diff mbox series

[1/7] tqma6: resurrect support by supplying correct SYS_TEXT_BASE

Message ID 20200409132142.26491-2-michael.krummsdorf@ew.tq-group.com
State New
Headers show
Series TQMa6x: upgrade board support to device model | expand

Commit Message

Michael Krummsdorf April 9, 2020, 1:21 p.m. UTC
From: Markus Niebel <Markus.Niebel at tq-group.com>

reason: SYS_TEXT_BASE was moved to Kconfig. Give reasonable defaults
in board specific Kconfig.

Signed-off-by: Markus Niebel <Markus.Niebel at tq-group.com>
Signed-off-by: Michael Krummsdorf <michael.krummsdorf at ew.tq-group.com>
---
 board/tqc/tqma6/Kconfig | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Stefano Babic April 18, 2020, 10:50 a.m. UTC | #1
> From: Markus Niebel <Markus.Niebel at tq-group.com>
> reason: SYS_TEXT_BASE was moved to Kconfig. Give reasonable defaults
> in board specific Kconfig.
> Signed-off-by: Markus Niebel <Markus.Niebel at tq-group.com>
> Signed-off-by: Michael Krummsdorf <michael.krummsdorf at ew.tq-group.com>
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/board/tqc/tqma6/Kconfig b/board/tqc/tqma6/Kconfig
index 6df4134286..2a4cff0ec8 100644
--- a/board/tqc/tqma6/Kconfig
+++ b/board/tqc/tqma6/Kconfig
@@ -74,6 +74,10 @@  config WRU4
 
 endchoice
 
+config SYS_TEXT_BASE
+	default 0x2fc00000 if TQMA6S
+	default 0x4fc00000 if TQMA6Q || TQMA6DL
+
 config IMX_CONFIG
 	default "board/tqc/tqma6/tqma6q.cfg" if TQMA6Q
 	default "board/tqc/tqma6/tqma6dl.cfg" if TQMA6DL