[U-Boot] [PATCH v3 0/2] With this change the SPL binary shrinks from 32k to 23k when

Sandy Patterson apatterson at sightlogix.com
Mon Aug 29 13:31:15 CEST 2016


ROCKCHIP_SPL_BACK_TO_BROM is enabled. This has been tested on the rock2
board. It should work with any rk3288 though since the bootrom is
loading the SPL already it should load the main U-Boot as well.

Rock2 has been tested with ROCKCHIP_SPL_BACK_TO_BROM.

Also, this moves around the images on the disk, so I had to move the
environment so it doesn't overwrite u-boot. The new env location works
with both boot methods.

Changes in v3:
 - Move activate in rock2_defconfig to proper commit.
 - Make environment changes dependent on ROCKCHIP_SPL_BACK_TO_BROM.

Changes in v2:
 - Rebase after "Kconfig: Move CONFIG_SPL_..._SUPPORT to Kconfig."
 - Remove all the refactoring in the configs.
 - Split enabling featuring in rock2 into separate commit.

Sandy Patterson (2):
  Disable SPL_MMC_SUPPORT if ROCKCHIP_SPL_BACK_TO_BROM is enabled.
  Enable ROCKCHIP_SPL_BACK_TO_BROM for rock2 board

 arch/arm/mach-rockchip/Kconfig | 3 +++
 configs/rock2_defconfig        | 2 +-
 include/configs/rock2.h        | 9 +++++++++
 3 files changed, 13 insertions(+), 1 deletion(-)

-- 
1.9.1



More information about the U-Boot mailing list