Re: [U-Boot] [PATCH] block: Add SPL_BLOCK_CACHE and default n

2018-06-10 Thread Tom Rini
On Sat, Jun 09, 2018 at 05:55:11PM -0500, Adam Ford wrote: > When enabling BLOCK_CACHE on devices with limited RAM during SPL, > some devices may not boot. This creates an option to enable > block caching in SPL by defaults off. It is dependent on BLOCK_CACHE > and SPL_BLK > > Fixes: 46960ad6d0

Re: [U-Boot] [PATCH] block: Add SPL_BLOCK_CACHE and default n

2018-06-10 Thread Alex Kiernan
On Sat, Jun 9, 2018 at 11:55 PM Adam Ford wrote: > > When enabling BLOCK_CACHE on devices with limited RAM during SPL, > some devices may not boot. This creates an option to enable > block caching in SPL by defaults off. It is dependent on BLOCK_CACHE > and SPL_BLK > > Fixes: 46960ad6d09b ("bloc

Re: [U-Boot] [PATCH] block: Add SPL_BLOCK_CACHE and default n

2018-06-09 Thread Alex Kiernan
On Sat, Jun 9, 2018 at 3:04 PM Adam Ford wrote: > > On Sat, Jun 9, 2018 at 8:26 AM Alex Kiernan wrote: > > > > On Fri, Jun 8, 2018 at 9:48 PM Adam Ford wrote: > > > > > > When enabling BLOCK_CACHE on devices with limited RAM during SPL, > > > some devices may not boot. This creates an option to

Re: [U-Boot] [PATCH] block: Add SPL_BLOCK_CACHE and default n

2018-06-09 Thread Adam Ford
On Sat, Jun 9, 2018 at 8:26 AM Alex Kiernan wrote: > > On Fri, Jun 8, 2018 at 9:48 PM Adam Ford wrote: > > > > When enabling BLOCK_CACHE on devices with limited RAM during SPL, > > some devices may not boot. This creates an option to enable > > block caching in SPL by defaults off. It is depend

Re: [U-Boot] [PATCH] block: Add SPL_BLOCK_CACHE and default n

2018-06-09 Thread Alex Kiernan
On Fri, Jun 8, 2018 at 9:48 PM Adam Ford wrote: > > When enabling BLOCK_CACHE on devices with limited RAM during SPL, > some devices may not boot. This creates an option to enable > block caching in SPL by defaults off. It is dependant on BLOCK_CACHE > and SPL_BLK > > Fixes: 46960ad6d09b ("block