Re: [U-Boot] [PATCH v5] arm64: ls1012ardb: Add distro boot support

2017-12-19 Thread York Sun
On 11/30/2017 03:14 AM, Rajesh Bhagat wrote: > Include common config_distro_defaults.h and config_distro_bootcmd.h > for u-boot enviroments to support automatical distro boot which > scan boot.scr from external storage devices(e.g. SD and USB) > and execute autoboot script. > > Signed-off-by: Bhas

Re: [U-Boot] [PATCH v5] arm64: ls1012ardb: Add distro boot support

2017-12-11 Thread York Sun
On 11/30/2017 03:14 AM, Rajesh Bhagat wrote: > --- a/include/configs/ls1012ardb.h > +++ b/include/configs/ls1012ardb.h > @@ -60,6 +60,49 @@ > #define CONFIG_SYS_MEMTEST_START 0x8000 > #define CONFIG_SYS_MEMTEST_END 0x9fff > > +#undef CONFIG_EXTRA_ENV_SETTINGS > +#de

[U-Boot] [PATCH v5] arm64: ls1012ardb: Add distro boot support

2017-11-30 Thread Rajesh Bhagat
Include common config_distro_defaults.h and config_distro_bootcmd.h for u-boot enviroments to support automatical distro boot which scan boot.scr from external storage devices(e.g. SD and USB) and execute autoboot script. Signed-off-by: Bhaskar Upadhaya Signed-off-by: Rajesh Bhagat --- Depends o