arm: mvebu: clearfog: set uboot image SD card offset
authorBaruch Siach <baruch@tkos.co.il>
Wed, 15 Jan 2020 07:08:09 +0000 (09:08 +0200)
committerStefan Roese <sr@denx.de>
Thu, 16 Jan 2020 09:59:07 +0000 (10:59 +0100)
Armada 38x ROM skips the first SD card offset when loading SPL. This
affects the location of the main U-Boot image. SPL MMC code now supports
U-Boot image offset based on run-time detection of the boot partition.
Use this feature to make the same generated image support both SD card
and eMMC boot partition.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Reviewed-by: Stefan Roese <sr@denx.de>
Signed-off-by: Stefan Roese <sr@denx.de>
configs/clearfog_defconfig

index 10c39e34fb6e00325afcdb6ffae479144bc4d70c..b48a4abfcb9e2c874ca71695fddf0c7bf5c40f51 100644 (file)
@@ -26,7 +26,7 @@ CONFIG_USE_PREBOOT=y
 CONFIG_SYS_CONSOLE_INFO_QUIET=y
 # CONFIG_DISPLAY_BOARDINFO is not set
 CONFIG_DISPLAY_BOARDINFO_LATE=y
-CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR=0x141
+CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_DATA_PART_OFFSET=0x1
 CONFIG_SPL_DM_GPIO=y
 CONFIG_SPL_I2C_SUPPORT=y
 # CONFIG_CMD_FLASH is not set