aboutsummaryrefslogtreecommitdiff
path: root/configs/am65x_hs_evm_r5_defconfig
diff options
context:
space:
mode:
authorAndreas Dannenberg <dannenberg@ti.com>2019-06-04 17:55:52 -0500
committerTom Rini <trini@konsulko.com>2019-07-17 11:12:54 -0400
commit64c1c3a485b848879fce14385d20fec2bbdfa563 (patch)
treea79943f731a9ba6eeeef165dac09ef44b418bf70 /configs/am65x_hs_evm_r5_defconfig
parent208ec9fb8e73156c9750b8462914444fda0213bf (diff)
downloadu-boot-64c1c3a485b848879fce14385d20fec2bbdfa563.zip
u-boot-64c1c3a485b848879fce14385d20fec2bbdfa563.tar.gz
u-boot-64c1c3a485b848879fce14385d20fec2bbdfa563.tar.bz2
configs: am65x_hs_evm_r5: All sysfw to be loaded via MMC
Enable all the relevant configs that enables support for loading sysfw via MMC. Signed-off-by: Andreas Dannenberg <dannenberg@ti.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/am65x_hs_evm_r5_defconfig')
-rw-r--r--configs/am65x_hs_evm_r5_defconfig4
1 files changed, 3 insertions, 1 deletions
diff --git a/configs/am65x_hs_evm_r5_defconfig b/configs/am65x_hs_evm_r5_defconfig
index 49eca7d..642f005 100644
--- a/configs/am65x_hs_evm_r5_defconfig
+++ b/configs/am65x_hs_evm_r5_defconfig
@@ -4,7 +4,7 @@ CONFIG_TI_SECURE_DEVICE=y
CONFIG_SPL_GPIO_SUPPORT=y
CONFIG_SPL_LIBCOMMON_SUPPORT=y
CONFIG_SPL_LIBGENERIC_SUPPORT=y
-CONFIG_SYS_MALLOC_F_LEN=0x2000
+CONFIG_SYS_MALLOC_F_LEN=0x55000
CONFIG_SOC_K3_AM6=y
CONFIG_TARGET_AM654_R5_EVM=y
CONFIG_SPL_MMC_SUPPORT=y
@@ -22,6 +22,7 @@ CONFIG_USE_BOOTCOMMAND=y
CONFIG_SPL_TEXT_BASE=0x41c00000
CONFIG_SPL_STACK_R=y
CONFIG_SPL_SEPARATE_BSS=y
+CONFIG_SPL_EARLY_BSS=y
CONFIG_SPL_I2C_SUPPORT=y
CONFIG_SPL_DM_MAILBOX=y
CONFIG_SPL_DM_RESET=y
@@ -89,3 +90,4 @@ CONFIG_SYSRESET_TI_SCI=y
CONFIG_TIMER=y
CONFIG_SPL_TIMER=y
CONFIG_OMAP_TIMER=y
+CONFIG_FS_FAT_MAX_CLUSTSIZE=16384