From 9340d8fe8bebf24441f15529b1a32d062158c65f Mon Sep 17 00:00:00 2001 From: Andre Przywara Date: Mon, 27 May 2019 01:45:11 +0100 Subject: sunxi: move CONFIG_SPL_TEXT_BASE from *_defconfig to Kconfig The choice of the SPL_TEXT_BASE is not really a decision that should be specified by each board's defconfig, as this setting is actually dictated by the SoC's memory map and the BootROM behaviour. To make this obvious and reduce the clutter in the defconfig files, let's specify the SoC constraints in the Kconfig stanza. This allows us to remove these lines from the defconfig files again. Signed-off-by: Andre Przywara Acked-by: Maxime Ripard Reviewed-by: Jagan Teki --- configs/A20-OLinuXino-Lime_defconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'configs/A20-OLinuXino-Lime_defconfig') diff --git a/configs/A20-OLinuXino-Lime_defconfig b/configs/A20-OLinuXino-Lime_defconfig index 87badd6c3e..e1e72ed3a3 100644 --- a/configs/A20-OLinuXino-Lime_defconfig +++ b/configs/A20-OLinuXino-Lime_defconfig @@ -9,7 +9,6 @@ CONFIG_I2C1_ENABLE=y CONFIG_SATAPWR="PC3" CONFIG_AHCI=y # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set -CONFIG_SPL_TEXT_BASE=0x60 CONFIG_SPL_I2C_SUPPORT=y # CONFIG_CMD_FLASH is not set # CONFIG_SPL_DOS_PARTITION is not set -- cgit v1.2.3