Re: [U-Boot] [PATCH] rockchip: Disable SPL_MMC_SUPPORT if ROCKCHIP_SPL_BACK_TO_BROM is enabled.

2016-08-27 Thread Simon Glass
Hi Sandy, On 25 August 2016 at 06:05, Simon Glass wrote: > Hi Sandy, > > On 24 August 2016 at 15:00, Sandy Patterson wrote: >> >> On Wed, Aug 24, 2016 at 9:27 AM, Sandy Patterson >> wrote: [...] >>> >>> Hi Simon, >>>

Re: [U-Boot] [PATCH] rockchip: Disable SPL_MMC_SUPPORT if ROCKCHIP_SPL_BACK_TO_BROM is enabled.

2016-08-25 Thread Simon Glass
Hi Sandy, On 24 August 2016 at 15:00, Sandy Patterson wrote: > > On Wed, Aug 24, 2016 at 9:27 AM, Sandy Patterson > wrote: >> >> >> On Fri, Aug 12, 2016 at 8:59 PM, Sandy Patterson >> wrote: >>> >>>

Re: [U-Boot] [PATCH] rockchip: Disable SPL_MMC_SUPPORT if ROCKCHIP_SPL_BACK_TO_BROM is enabled.

2016-08-24 Thread Sandy Patterson
On Wed, Aug 24, 2016 at 9:27 AM, Sandy Patterson wrote: > > On Fri, Aug 12, 2016 at 8:59 PM, Sandy Patterson < > apatter...@sightlogix.com> wrote: > >> CONFIG_SPL_MMC_SUPPORT is used pretty much for every board except jerry, >> so we can refactor the define into

Re: [U-Boot] [PATCH] rockchip: Disable SPL_MMC_SUPPORT if ROCKCHIP_SPL_BACK_TO_BROM is enabled.

2016-08-24 Thread Sandy Patterson
On Fri, Aug 12, 2016 at 8:59 PM, Sandy Patterson wrote: > CONFIG_SPL_MMC_SUPPORT is used pretty much for every board except jerry, > so we can refactor the define into rk3288_common.h. Then only define it if > we are using using the Bootrom to load the non SPL U-Boot.

[U-Boot] [PATCH] rockchip: Disable SPL_MMC_SUPPORT if ROCKCHIP_SPL_BACK_TO_BROM is enabled.

2016-08-13 Thread Sandy Patterson
CONFIG_SPL_MMC_SUPPORT is used pretty much for every board except jerry, so we can refactor the define into rk3288_common.h. Then only define it if we are using using the Bootrom to load the non SPL U-Boot. With this change the SPL binary shrinks from 32k to 23k when ROCKCHIP_SPL_BACK_TO_BROM is