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

Set CONFIG_SPL_TEXT_BASE in teres_i_defconfig (see commit f89d6133ee)
Tested-by: Jonas Smedegaard dr@jones.dk Signed-off-by: Jonas Smedegaard dr@jones.dk ---
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

[Adding Jagan as recipient]
Anything more I can do to get below fix included?
- Jonas
Quoting Jonas Smedegaard (2019-05-14 14:14:52)
Set CONFIG_SPL_TEXT_BASE in teres_i_defconfig (see commit f89d6133ee)
Tested-by: Jonas Smedegaard dr@jones.dk Signed-off-by: Jonas Smedegaard dr@jones.dk
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
2.20.1

Patchwork show empty while applying, please look into that.
On Mon, May 20, 2019 at 12:50 PM Jonas Smedegaard dr@jones.dk wrote:
[Adding Jagan as recipient]
Anything more I can do to get below fix included?
- Jonas
Quoting Jonas Smedegaard (2019-05-14 14:14:52)
Set CONFIG_SPL_TEXT_BASE in teres_i_defconfig (see commit f89d6133ee)
Tested-by: Jonas Smedegaard dr@jones.dk Signed-off-by: Jonas Smedegaard dr@jones.dk
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
2.20.1
--
- Jonas Smedegaard - idealist & Internet-arkitekt
- Tlf.: +45 40843136 Website: http://dr.jones.dk/
[x] quote me freely [ ] ask before reusing [ ] keep private

On Mon, May 20, 2019 at 10:03 PM Jagan Teki jagan@amarulasolutions.com wrote:
Patchwork show empty while applying, please look into that.
Anyway, I have created and applied this change.

Quoting Jagan Teki (2019-05-20 19:02:52)
On Mon, May 20, 2019 at 10:03 PM Jagan Teki jagan@amarulasolutions.com wrote:
Patchwork show empty while applying, please look into that.
Anyway, I have created and applied this change.
Oh, I saw this follow-up too late: Please ignore my re-post.
Thanks for applying!
- Jonas
participants (2)
-
Jagan Teki
-
Jonas Smedegaard