diff options
author | Andreas Dannenberg <dannenberg@ti.com> | 2019-06-04 17:55:54 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-07-17 11:12:54 -0400 |
commit | 1bc54fc0af7db057abaee44720a173261851b70f (patch) | |
tree | 5b47455dd0a7dea67c0c059fbefcb33436aa3155 /configs/am65x_hs_evm_a53_defconfig | |
parent | 0e9135c8cecfb09e823b9aeb60bf7f9908c7eef1 (diff) | |
download | u-boot-1bc54fc0af7db057abaee44720a173261851b70f.tar.gz |
configs: am65x_hs_evm: Add Support for eMMC boot
Add configs to support RAW boot mode in eMMC.
Signed-off-by: Andreas Dannenberg <dannenberg@ti.com>
Diffstat (limited to 'configs/am65x_hs_evm_a53_defconfig')
-rw-r--r-- | configs/am65x_hs_evm_a53_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/am65x_hs_evm_a53_defconfig b/configs/am65x_hs_evm_a53_defconfig index 9c55cd37f6..62e9d720fe 100644 --- a/configs/am65x_hs_evm_a53_defconfig +++ b/configs/am65x_hs_evm_a53_defconfig @@ -25,6 +25,8 @@ CONFIG_SPL_TEXT_BASE=0x80080000 CONFIG_SPL_SYS_MALLOC_SIMPLE=y CONFIG_SPL_STACK_R=y CONFIG_SPL_SEPARATE_BSS=y +CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_SECTOR=y +CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR=0x1400 CONFIG_SPL_I2C_SUPPORT=y CONFIG_SPL_DM_MAILBOX=y CONFIG_SPL_DM_RESET=y |