summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorDario Binacchi <dariobin@libero.it>2021-01-18 22:28:30 +0100
committerLokesh Vutla <lokeshvutla@ti.com>2021-02-04 20:37:56 +0530
commitbfefa3a4eb6d5a1893d6c613a53c1706b630216e (patch)
tree1b13cc05a2d957e34a7242c668c13581d5a7b42b /configs
parent468ec2f3ef8fb4e08c01e6d92a530d3632ca6df5 (diff)
downloadu-boot-bfefa3a4eb6d5a1893d6c613a53c1706b630216e.tar.gz
u-boot-bfefa3a4eb6d5a1893d6c613a53c1706b630216e.tar.xz
u-boot-bfefa3a4eb6d5a1893d6c613a53c1706b630216e.zip
configs: am335x_evm: enable CONFIG_SPL_ALLOC_BD
With commit 38d6b7ebdaee ("spl: Drop bd_info in the data section") you need to enable this option to boot from mmc. Signed-off-by: Dario Binacchi <dariobin@libero.it>
Diffstat (limited to 'configs')
-rw-r--r--configs/am335x_evm_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/am335x_evm_defconfig b/configs/am335x_evm_defconfig
index eb5a299bbc..c4d3bd0c44 100644
--- a/configs/am335x_evm_defconfig
+++ b/configs/am335x_evm_defconfig
@@ -13,6 +13,7 @@ CONFIG_BOOTCOMMAND="if test ${boot_fit} -eq 1; then run update_to_fit; fi; run f
CONFIG_LOGLEVEL=3
CONFIG_SYS_CONSOLE_INFO_QUIET=y
CONFIG_ARCH_MISC_INIT=y
+CONFIG_SPL_ALLOC_BD=y
CONFIG_SPL_FIT_IMAGE_TINY=y
CONFIG_SPL_ETH_SUPPORT=y
# CONFIG_SPL_FS_EXT4 is not set