summaryrefslogtreecommitdiffstats
path: root/configs/am335x_hs_evm_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2017-12-16 23:01:22 -0500
committerJaehoon Chung <jh80.chung@samsung.com>2018-01-12 18:11:04 +0900
commitdc80373299aec757f6dbd3bf170d91aa3f0dce7a (patch)
treebe9a920d37bd4ba4765c4134b631945cc5b7b802 /configs/am335x_hs_evm_defconfig
parent49f89252ed4abf7f3899731f914f6b67462ea690 (diff)
downloadu-boot-dc80373299aec757f6dbd3bf170d91aa3f0dce7a.tar.gz
u-boot-dc80373299aec757f6dbd3bf170d91aa3f0dce7a.tar.xz
u-boot-dc80373299aec757f6dbd3bf170d91aa3f0dce7a.zip
am335x_hs_evm: Trim options in SPL to reduce binary size
The am335x_hs_evm runs into size constraint problems at times with various toolchains as changes come in due to the config have a large number of options in SPL (to showcase what is possible) while also having rather constrained binary limits. Gain some of this room back by lowering the loglevel, disabling HW partition support and switching over to the tiny FIT image support. Cc: Andrew F. Davis <afd@ti.com> Signed-off-by: Tom Rini <trini@konsulko.com> --- I'd really appreciate a run-time test of this patch if at all possible as I'm a little worried about TINY_FIT being incompatible with all of the security options. Thanks!
Diffstat (limited to 'configs/am335x_hs_evm_defconfig')
-rw-r--r--configs/am335x_hs_evm_defconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/am335x_hs_evm_defconfig b/configs/am335x_hs_evm_defconfig
index 78cf48dde7..63e7a077ae 100644
--- a/configs/am335x_hs_evm_defconfig
+++ b/configs/am335x_hs_evm_defconfig
@@ -13,10 +13,12 @@ CONFIG_ANDROID_BOOT_IMAGE=y
CONFIG_FIT_IMAGE_POST_PROCESS=y
CONFIG_SPL_LOAD_FIT=y
CONFIG_SPL_FIT_IMAGE_POST_PROCESS=y
+CONFIG_LOGLEVEL=3
CONFIG_SYS_CONSOLE_INFO_QUIET=y
CONFIG_VERSION_VARIABLE=y
CONFIG_ARCH_MISC_INIT=y
CONFIG_SPL=y
+CONFIG_SPL_FIT_IMAGE_TINY=y
# CONFIG_SPL_ENV_SUPPORT is not set
# CONFIG_SPL_EXT_SUPPORT is not set
CONFIG_SPL_MTD_SUPPORT=y
@@ -37,6 +39,7 @@ CONFIG_DFU_RAM=y
CONFIG_DM_I2C=y
CONFIG_MISC=y
CONFIG_DM_MMC=y
+# CONFIG_MMC_HW_PARTITIONING is not set
CONFIG_MMC_OMAP_HS=y
CONFIG_NAND=y
CONFIG_SPI_FLASH=y
@@ -60,5 +63,6 @@ CONFIG_USB_GADGET_VENDOR_NUM=0x0451
CONFIG_USB_GADGET_PRODUCT_NUM=0xd022
CONFIG_USB_GADGET_DOWNLOAD=y
CONFIG_USB_ETHER=y
+CONFIG_SPL_TINY_MEMSET=y
CONFIG_RSA=y
CONFIG_LZO=y