From: Fabien Parent Date: Tue, 29 Nov 2016 13:23:41 +0000 (+0100) Subject: davinci: omapl138_lcdk: add u-boot sector for mmc/sd boot X-Git-Tag: v2017.01-rc1~89 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=742762bf8555b41bc002f3639ce5671632e59aed;p=platform%2Fkernel%2Fu-boot.git davinci: omapl138_lcdk: add u-boot sector for mmc/sd boot Set the correct CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR value in order to be able to boot from MMC/SD. The SPL is stored at sector 0x75, while u-boot will follow at sector 0xb5. Signed-off-by: Fabien Parent Reviewed-by: Tom Rini --- diff --git a/configs/omapl138_lcdk_defconfig b/configs/omapl138_lcdk_defconfig index bcd1acb..4a5f435 100644 --- a/configs/omapl138_lcdk_defconfig +++ b/configs/omapl138_lcdk_defconfig @@ -9,6 +9,7 @@ CONFIG_VERSION_VARIABLE=y # CONFIG_DISPLAY_CPUINFO is not set # CONFIG_DISPLAY_BOARDINFO is not set CONFIG_SPL=y +CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR=0xb5 CONFIG_HUSH_PARSER=y CONFIG_SYS_PROMPT="U-Boot > " # CONFIG_CMD_IMLS is not set