summaryrefslogtreecommitdiff
path: root/configs/beelink_gs1_defconfig
diff options
context:
space:
mode:
authorClément Péron <peron.clem@gmail.com>2019-05-14 20:26:33 +0200
committerJagan Teki <jagan@amarulasolutions.com>2019-05-20 22:24:54 +0530
commitb4161b7d1376eb834b993cd4b2f85f49b5e07eeb (patch)
tree81b5a5fb2bdf0b60c427a36885cfed23ddcea571 /configs/beelink_gs1_defconfig
parent26f8e0d7f27e19102d6173d1e5831e7a82096779 (diff)
sun50i: h6: Fix Beelink GS1 board config
SPL_TEXT_BASE has been moved to Kconfig with commit: f89d6133ee configs: move CONFIG_SPL_TEXT_BASE to Kconfig But Beelink GS1 config file has been introduced in the same time without this modification. Fix this by settings the CONFIG_SPL_TEXT_BASE Suggested-by: Jonas Smedegaard <dr@jones.dk> Signed-off-by: Clément Péron <peron.clem@gmail.com> Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>
Diffstat (limited to 'configs/beelink_gs1_defconfig')
-rw-r--r--configs/beelink_gs1_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/beelink_gs1_defconfig b/configs/beelink_gs1_defconfig
index ef4dd29549..437e2d950d 100644
--- a/configs/beelink_gs1_defconfig
+++ b/configs/beelink_gs1_defconfig
@@ -7,6 +7,7 @@ CONFIG_MMC_SUNXI_SLOT_EXTRA=2
# CONFIG_PSCI_RESET is not set
CONFIG_NR_DRAM_BANKS=1
# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
+CONFIG_SPL_TEXT_BASE=0x20060
# CONFIG_CMD_FLASH is not set
# CONFIG_SPL_DOS_PARTITION is not set
# CONFIG_SPL_EFI_PARTITION is not set