From 66a25788a9979fc732db65ff4c5b71833fc3bb39 Mon Sep 17 00:00:00 2001 From: Jun Nie Date: Tue, 27 Feb 2018 17:39:07 +0800 Subject: sunxi: defconfig: remove CONFIG_SPL_OF_CONTROL Remove CONFIG_SPL_OF_CONTROL because it introduce more code and SPL exceed size limit. Will enable it again after secure boot is enabled because more sram is available in secure mode. Signed-off-by: Jun Nie --- configs/bananapi_zero_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/configs/bananapi_zero_defconfig b/configs/bananapi_zero_defconfig index 49b9367aff..15a843f0f9 100644 --- a/configs/bananapi_zero_defconfig +++ b/configs/bananapi_zero_defconfig @@ -26,7 +26,6 @@ CONFIG_CMD_USB_MASS_STORAGE=y # CONFIG_SPL_DOS_PARTITION is not set # CONFIG_SPL_ISO_PARTITION is not set # CONFIG_SPL_EFI_PARTITION is not set -CONFIG_SPL_OF_CONTROL=y CONFIG_SPL_SEPARATE_BSS=y CONFIG_SPL_DM=y CONFIG_MMC_BROKEN_CD=y -- cgit v1.2.3