All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] sun50i: a64: Fix broken A64-Teres-I board config
@ 2019-05-14 12:14 Jonas Smedegaard
  2019-05-20  7:20 ` Jonas Smedegaard
  0 siblings, 1 reply; 5+ messages in thread
From: Jonas Smedegaard @ 2019-05-14 12:14 UTC (permalink / raw)
  To: u-boot

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190514/433c89c4/attachment.sig>

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-05-20 18:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-14 12:14 [U-Boot] [PATCH] sun50i: a64: Fix broken A64-Teres-I board config Jonas Smedegaard
2019-05-20  7:20 ` Jonas Smedegaard
2019-05-20 16:33   ` Jagan Teki
2019-05-20 17:02     ` Jagan Teki
2019-05-20 18:21       ` Jonas Smedegaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.