[U-Boot] [PATCH v2] sun50i: a64: Fix broken A64-Teres-I board config

Set CONFIG_SPL_TEXT_BASE in teres_i_defconfig, as required since commit f89d6133eef2 ("configs: move CONFIG_SPL_TEXT_BASE to Kconfig").
commit f89d6133eef2 ("configs: move CONFIG_SPL_TEXT_BASE to Kconfig") was accepted before commit 997b857ae31f ("sun50i: a64: Add Olimex A64-Teres-I board initial support") but after the latter was submitted.
commit 997b857ae31f ("sun50i: a64: Add Olimex A64-Teres-I board initial support") was submitted prior to CONFIG_SPL_TEXT_BASE being moved but accepted after the move, rendering the accepted patch broken at the time of acceptance.
Tested-by: Jonas Smedegaard dr@jones.dk Signed-off-by: Jonas Smedegaard dr@jones.dk Series-Cc: Jagan Teki jagan@amarulasolutions.com
---
Changes in v2: - Rephrase commit message
--- configs/teres_i_defconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/configs/teres_i_defconfig b/configs/teres_i_defconfig index 421a8d3d40..1b57a48712 100644 --- a/configs/teres_i_defconfig +++ b/configs/teres_i_defconfig @@ -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
participants (1)
-
Jonas Smedegaard