diff options
Diffstat (limited to 'configs/rpi_3_defconfig')
-rw-r--r-- | configs/rpi_3_defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/rpi_3_defconfig b/configs/rpi_3_defconfig index 67c4a0cbe6a..db1426ee476 100644 --- a/configs/rpi_3_defconfig +++ b/configs/rpi_3_defconfig @@ -1,6 +1,7 @@ CONFIG_ARM=y CONFIG_ARCH_BCM283X=y CONFIG_TARGET_RPI_3=y +CONFIG_SYS_MALLOC_F_LEN=0x2000 CONFIG_OF_BOARD_SETUP=y CONFIG_HUSH_PARSER=y CONFIG_SYS_PROMPT="U-Boot> " @@ -17,7 +18,6 @@ CONFIG_CMD_EXT2=y CONFIG_CMD_EXT4=y CONFIG_CMD_FAT=y CONFIG_CMD_FS_GENERIC=y +# CONFIG_REQUIRE_SERIAL_CONSOLE is not set CONFIG_PHYS_TO_BUS=y CONFIG_OF_LIBFDT=y -# CONFIG_REQUIRE_SERIAL_CONSOLE is not set -CONFIG_SYS_MALLOC_F_LEN=0x2000 |