diff options
author | Andre Przywara <andre.przywara@arm.com> | 2022-09-13 01:26:36 +0100 |
---|---|---|
committer | Andre Przywara <andre.przywara@arm.com> | 2022-10-18 08:18:41 +0100 |
commit | 8094a4ed9d55b970f6c14b0e7f008a5cce3c9b98 (patch) | |
tree | f4c51c457cb002c0fe88026368553fe639b1db64 /configs/nanopi_neo_defconfig | |
parent | 177040b1eb06f29eabe9d567a515ee506481f8d4 (diff) | |
download | u-boot-8094a4ed9d55b970f6c14b0e7f008a5cce3c9b98.tar.gz u-boot-8094a4ed9d55b970f6c14b0e7f008a5cce3c9b98.tar.bz2 u-boot-8094a4ed9d55b970f6c14b0e7f008a5cce3c9b98.zip |
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/nanopi_neo_defconfig')
-rw-r--r-- | configs/nanopi_neo_defconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configs/nanopi_neo_defconfig b/configs/nanopi_neo_defconfig index f8377535e9..c025519638 100644 --- a/configs/nanopi_neo_defconfig +++ b/configs/nanopi_neo_defconfig @@ -7,8 +7,6 @@ CONFIG_DRAM_CLK=408 # CONFIG_VIDEO_DE2 is not set # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set CONFIG_CONSOLE_MUX=y -CONFIG_SPL_STACK=0x8000 -CONFIG_SYS_PBSIZE=1024 CONFIG_SUN8I_EMAC=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_OHCI_HCD=y |