summaryrefslogtreecommitdiff
path: root/configs/ge_b450v3_defconfig
diff options
context:
space:
mode:
authorAndrew Shadura <andrew.shadura@collabora.co.uk>2016-05-24 13:56:22 (GMT)
committerStefano Babic <sbabic@denx.de>2016-06-07 16:13:07 (GMT)
commitf1249119bfc2e11f6c65f21d62e85f70aca46887 (patch)
tree70bb48aac722fbbdb871bc71740b7b41ca32ded6 /configs/ge_b450v3_defconfig
parentaacc10c5be41dabdc7d8ad567b3bfff888ad4037 (diff)
downloadu-boot-fsl-qoriq-f1249119bfc2e11f6c65f21d62e85f70aca46887.tar.xz
board: ge: bx50v3: disable unused features to improve size and boot speed
Disable unused FPGA, NFS, FAT and EFI support to reduce the bootloader size. Don't clear memory reserved for malloc to improve boot speed. Signed-off-by: Andrew Shadura <andrew.shadura@collabora.co.uk>
Diffstat (limited to 'configs/ge_b450v3_defconfig')
-rw-r--r--configs/ge_b450v3_defconfig6
1 files changed, 5 insertions, 1 deletions
diff --git a/configs/ge_b450v3_defconfig b/configs/ge_b450v3_defconfig
index a8628d2..0ef418d 100644
--- a/configs/ge_b450v3_defconfig
+++ b/configs/ge_b450v3_defconfig
@@ -8,14 +8,18 @@ CONFIG_CMD_BOOTZ=y
CONFIG_CMD_MMC=y
CONFIG_CMD_SF=y
CONFIG_CMD_I2C=y
+CONFIG_CMD_FPGA=n
CONFIG_CMD_GPIO=y
CONFIG_CMD_NET=n
+CONFIG_CMD_NFS=n
CONFIG_CMD_CACHE=y
CONFIG_CMD_EXT2=y
CONFIG_CMD_EXT4=y
CONFIG_CMD_EXT4_WRITE=y
-CONFIG_CMD_FAT=y
+CONFIG_CMD_FAT=n
CONFIG_CMD_FS_GENERIC=y
CONFIG_SPI_FLASH=y
CONFIG_SPI_FLASH_STMICRO=y
CONFIG_OF_LIBFDT=y
+CONFIG_SYS_MALLOC_CLEAR_ON_INIT=n
+CONFIG_EFI_LOADER=n