Kconfig: Enlarge default SYS_MALLOC_F_LEN for AM33XX Browse files Since commit 8e14ba7 ("gpio: omap_gpio: Add DM_FLAG_PRE_RELOC flag") omap GPIO gets bound before relocation. Unfortunately due to this, on at least the beaglebone black, the pre-relocation memory pool gets exhausted be...
There is a regression seen on Poplar platform, which doesn't even show a U-Boot version banner on booting. It turns out that due to landing of commit 3a7c45f ("simple-bus: add DM_FLAG_PRE_RELOC flag to simple-bus driver"), we need to increase SYS_MALLOC_F_LEN from its default ...
config TPL_SYS_MALLOC_F_LEN default 0x600 config DEBUG_UART_CHANNEL int "Mux channel to use for debug UART2/UART3" depends on DEBUG_UART_BOARD_INIT 1 change: 0 additions & 1 deletion 1 configs/evb-px30_defconfig Original file line numberDiff line numberDiff line change @@ -16,7 +...
CONFIG_SYS_MALLOC_F_LEN=0x2000 CONFIG_TARGET_CLEARFOG=y CONFIG_SPL_I2C_SUPPORT=y CONFIG_SPL_LIBDISK_SUPPORT=y 1 change: 1 addition & 0 deletions 1 configs/db-88f6720_defconfig Original file line numberDiff line numberDiff line change @@ -2,6 +2,7 @@ CONFIG_ARM=y CONFIG_ARCH_MVEBU...