Re: [PATCH] ARM: uniphier: add sdscript, sdboot, sdupdate environment variables

2020-02-27 Thread Masahiro Yamada
On Thu, Feb 13, 2020 at 12:28 PM Masahiro Yamada wrote: > > Add handy macros: > > - sdscript: source boot.scr in the file system of the SD media > - sdboot : boot the kernel using the images in the file system > of the SD media > - sdscript: update the boot firmware in the SD

[PATCH] ARM: uniphier: add sdscript, sdboot, sdupdate environment variables

2020-02-12 Thread Masahiro Yamada
Add handy macros: - sdscript: source boot.scr in the file system of the SD media - sdboot : boot the kernel using the images in the file system of the SD media - sdscript: update the boot firmware in the SD media (in raw block sectors) Signed-off-by: Masahiro