On Tue, 25 Jul 2023 at 15:08, Tom Rini <tr...@konsulko.com> wrote: > > Now that we have access to more variables in our "mount" writer scripts, > we can have a single one that covers all Pi variants. > > Signed-off-by: Tom Rini <tr...@konsulko.com> > --- > I use this locally to test a Pi 3 in both 32, 64 and "arm64" mode. > > Cc: Simon Glass <s...@chromium.org> > --- > bin/kea/conf.rpi_3_32b_sjg-rpi_3b | 2 +- > bin/kea/conf.rpi_3_sjg-rpi_3b | 2 +- > bin/{writer.rpi3_mount => writer.rpi_mount} | 46 +++++++++++++-------- > 3 files changed, 31 insertions(+), 19 deletions(-) > rename bin/{writer.rpi3_mount => writer.rpi_mount} (63%)
Reviewed-by: Simon Glass <s...@chromium.org>