
26 Jul
2023
26 Jul
'23
12:52 a.m.
On Tue, 25 Jul 2023 at 15:09, Tom Rini trini@konsulko.com wrote:
Rather than invoking the script that will write to the mounted directory as a binary, source it as a script so that it has access to more than just two parameters. This will allow us to have the same flexibility in our writers that other flash methods have.
Signed-off-by: Tom Rini trini@konsulko.com
bin/flash.sdwire_common_mount | 3 ++- bin/writer.rpi3_mount | 19 +++++++------------ bin/writer.zynq_mount | 15 +++++---------- 3 files changed, 14 insertions(+), 23 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org