summaryrefslogtreecommitdiff
path: root/configs/teres_i_defconfig
diff options
context:
space:
mode:
authorAndre Przywara <andre.przywara@arm.com>2022-09-13 03:26:36 +0300
committerAndre Przywara <andre.przywara@arm.com>2022-10-18 10:18:41 +0300
commit8094a4ed9d55b970f6c14b0e7f008a5cce3c9b98 (patch)
treef4c51c457cb002c0fe88026368553fe639b1db64 /configs/teres_i_defconfig
parent177040b1eb06f29eabe9d567a515ee506481f8d4 (diff)
downloadu-boot-8094a4ed9d55b970f6c14b0e7f008a5cce3c9b98.tar.xz
sunxi: defconfig: drop redundant definitions
When some configuration symbols were converted from header files to Kconfig, their values were placed into *every* defconfig file. Since we now have sensible per-SoC defaults defined in Kconfig, those values are now redundant, and can just be removed. This affects CONFIG_SPL_STACK, CONFIG_SYS_PBSIZE, CONFIG_SPL_MAX_SIZE, and CONFIG_SYS_BOOTM_LEN. Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Diffstat (limited to 'configs/teres_i_defconfig')
-rw-r--r--configs/teres_i_defconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/configs/teres_i_defconfig b/configs/teres_i_defconfig
index 6f202dc8a4..e7de85eb50 100644
--- a/configs/teres_i_defconfig
+++ b/configs/teres_i_defconfig
@@ -9,9 +9,6 @@ CONFIG_MMC_SUNXI_SLOT_EXTRA=2
CONFIG_USB1_VBUS_PIN="PL7"
CONFIG_I2C0_ENABLE=y
CONFIG_PREBOOT="setenv usb_pgood_delay 2000; usb start"
-CONFIG_SPL_STACK=0x54000
-CONFIG_SYS_PBSIZE=1024
-CONFIG_SYS_BOOTM_LEN=0x2000000
CONFIG_SPL_SYS_I2C_LEGACY=y
CONFIG_SYS_I2C_MVTWSI=y
CONFIG_DM_REGULATOR_FIXED=y