configs: am62x_r5_usbdfu_defconfig: Set SPL_STACK_R_MALLOC_SIMPLE_LEN to 2M
Size of malloc was standardized to 2M for all am6*_r5_defconfigs, but
USB DFU defconfig was missed, update this config option now.
Fixes: 794614311a (configs: am6*_r5_defconfig: Standardize SPL_STACK_R_MALLOC_SIMPLE_LEN to 2M)
Signed-off-by: Judith Mendez <jm@ti.com>
This commit is contained in:
parent
9988250625
commit
97083e42dc
|
|
@ -1,6 +1,7 @@
|
||||||
CONFIG_ARM=y
|
CONFIG_ARM=y
|
||||||
CONFIG_ARCH_K3=y
|
CONFIG_ARCH_K3=y
|
||||||
CONFIG_TI_SECURE_DEVICE=y
|
CONFIG_TI_SECURE_DEVICE=y
|
||||||
|
CONFIG_SPL_STACK_R_MALLOC_SIMPLE_LEN=0x200000
|
||||||
CONFIG_SYS_MALLOC_F_LEN=0x9000
|
CONFIG_SYS_MALLOC_F_LEN=0x9000
|
||||||
CONFIG_SPL_LIBCOMMON_SUPPORT=y
|
CONFIG_SPL_LIBCOMMON_SUPPORT=y
|
||||||
CONFIG_SPL_LIBGENERIC_SUPPORT=y
|
CONFIG_SPL_LIBGENERIC_SUPPORT=y
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue