sun50i: a64: teres_i: Fix broken SPL_TEXT_BASE
authorJonas Smedegaard <dr@jones.dk>
Mon, 20 May 2019 16:57:18 +0000 (22:27 +0530)
committerJagan Teki <jagan@amarulasolutions.com>
Mon, 20 May 2019 16:59:55 +0000 (22:29 +0530)
SPL_TEXT_BASE was moved into Kconfig, which previously part of
include/configs before this teres_i support gets merged.

Fix it by explicitly define in defconfig like other boards does.

Signed-off-by: Jonas Smedegaard <dr@jones.dk>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
configs/teres_i_defconfig

index 421a8d3d4088cc0cecfa3f8492f79a370322378f..1b57a487121e8fb38612c92c32b62a54fe306baf 100644 (file)
@@ -7,6 +7,7 @@ CONFIG_DRAM_ZQ=3881949
 CONFIG_MMC_SUNXI_SLOT_EXTRA=2
 CONFIG_USB1_VBUS_PIN="PL7"
 CONFIG_I2C0_ENABLE=y
+CONFIG_SPL_TEXT_BASE=0x10060
 # CONFIG_CMD_FLASH is not set
 # CONFIG_SPL_DOS_PARTITION is not set
 # CONFIG_SPL_EFI_PARTITION is not set