diff options
author | Fabien Parent <fparent@baylibre.com> | 2016-11-29 14:23:41 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-12-03 13:21:15 -0500 |
commit | 742762bf8555b41bc002f3639ce5671632e59aed (patch) | |
tree | 591d72f06e06898680daf156d12a1c1f481eec89 /configs | |
parent | 5d7cdf3af64efb58fc272db1f74954401d7877f7 (diff) | |
download | u-boot-742762bf8555b41bc002f3639ce5671632e59aed.tar.gz u-boot-742762bf8555b41bc002f3639ce5671632e59aed.tar.bz2 u-boot-742762bf8555b41bc002f3639ce5671632e59aed.zip |
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 <fparent@baylibre.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/omapl138_lcdk_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/omapl138_lcdk_defconfig b/configs/omapl138_lcdk_defconfig index bcd1acb78e..4a5f435550 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 |