Re: [U-Boot] [PATCH v2] armv8: ls1088ardb: Add distro boot support

2017-11-17 Thread York Sun
On 11/05/2017 11:49 PM, Ashish Kumar wrote: > Distro boot support gives flexibility to run distro RFS like Ubuntu's > being deployed from SD card or SATA drive. If it fails > to detect external storage, fall back to qspi/sd boot. > > Enable this by default in RDB's defconfig by selecting >

Re: [U-Boot] [PATCH v2] armv8: ls1088ardb: Add distro boot support

2017-11-07 Thread York Sun
On 11/06/2017 10:37 PM, Ashish Kumar wrote: > Hello York, > > Please see inline. Please avoid using this "inline" style and follow the list style when you reply to any email. > > -Original Message- > From: York Sun > Sent: Tuesday, November 07, 2017 2:11 AM > To: Ashish Kumar

Re: [U-Boot] [PATCH v2] armv8: ls1088ardb: Add distro boot support

2017-11-06 Thread Ashish Kumar
Hello York, Please see inline. -Original Message- From: York Sun Sent: Tuesday, November 07, 2017 2:11 AM To: Ashish Kumar ; u-boot@lists.denx.de Cc: Zhang Ying Subject: Re: [PATCH v2] armv8: ls1088ardb: Add distro boot support On 11/05/2017

Re: [U-Boot] [PATCH v2] armv8: ls1088ardb: Add distro boot support

2017-11-06 Thread York Sun
On 11/05/2017 11:49 PM, Ashish Kumar wrote: > Distro boot support gives flexibility to run distro RFS like Ubuntu's > being deployed from SD card or SATA drive. If it fails > to detect external storage, fall back to qspi/sd boot. > > Enable this by default in RDB's defconfig by selecting >

[U-Boot] [PATCH v2] armv8: ls1088ardb: Add distro boot support

2017-11-05 Thread Ashish Kumar
Distro boot support gives flexibility to run distro RFS like Ubuntu's being deployed from SD card or SATA drive. If it fails to detect external storage, fall back to qspi/sd boot. Enable this by default in RDB's defconfig by selecting CONFIG_DISTRO_DEFAULTS Signed-off-by: Ashish Kumar