summaryrefslogtreecommitdiff
path: root/configs/clearfog_defconfig
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2020-01-15 10:08:09 +0300
committerStefan Roese <sr@denx.de>2020-01-16 12:59:07 +0300
commit14f14911f47ca2daf4ee9dfa50c3b392ac89e9e2 (patch)
tree1e267b6379994d4c8fc982e81dec90ef363d1988 /configs/clearfog_defconfig
parente42afd8416fea64725eddf26be4ec3a0397778d6 (diff)
downloadu-boot-14f14911f47ca2daf4ee9dfa50c3b392ac89e9e2.tar.xz
arm: mvebu: clearfog: set uboot image SD card offset
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>
Diffstat (limited to 'configs/clearfog_defconfig')
-rw-r--r--configs/clearfog_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/clearfog_defconfig b/configs/clearfog_defconfig
index 10c39e34fb..b48a4abfcb 100644
--- a/configs/clearfog_defconfig
+++ b/configs/clearfog_defconfig
@@ -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