diff options
| author | Andre Przywara <[email protected]> | 2019-05-27 01:45:11 +0100 |
|---|---|---|
| committer | Jagan Teki <[email protected]> | 2019-07-15 12:25:32 +0530 |
| commit | 9340d8fe8bebf24441f15529b1a32d062158c65f (patch) | |
| tree | 28303cabacfd2ccc30739ab8eaced38e88f9043c /configs/LicheePi_Zero_defconfig | |
| parent | 6070ef409c1018860e8dd1f077297546d9d80115 (diff) | |
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 <[email protected]>
Acked-by: Maxime Ripard <[email protected]>
Reviewed-by: Jagan Teki <[email protected]>
Diffstat (limited to 'configs/LicheePi_Zero_defconfig')
| -rw-r--r-- | configs/LicheePi_Zero_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/LicheePi_Zero_defconfig b/configs/LicheePi_Zero_defconfig index e71f06bc32f..760cb1b0680 100644 --- a/configs/LicheePi_Zero_defconfig +++ b/configs/LicheePi_Zero_defconfig @@ -4,7 +4,6 @@ CONFIG_NR_DRAM_BANKS=1 CONFIG_SPL=y CONFIG_MACH_SUN8I_V3S=y CONFIG_DRAM_CLK=360 -CONFIG_SPL_TEXT_BASE=0x60 # CONFIG_CMD_FLASH is not set # CONFIG_SPL_DOS_PARTITION is not set # CONFIG_SPL_EFI_PARTITION is not set |
