projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7794d88
)
tqma6: resurrect support by supplying correct SYS_TEXT_BASE
author
Markus Niebel
<Markus.Niebel@tq-group.com>
Thu, 9 Apr 2020 13:21:36 +0000
(15:21 +0200)
committer
Stefano Babic
<sbabic@denx.de>
Fri, 17 Apr 2020 16:57:47 +0000
(18:57 +0200)
reason: SYS_TEXT_BASE was moved to Kconfig. Give reasonable defaults
in board specific Kconfig.
Signed-off-by: Markus Niebel <Markus.Niebel@tq-group.com>
Signed-off-by: Michael Krummsdorf <michael.krummsdorf@ew.tq-group.com>
board/tqc/tqma6/Kconfig
patch
|
blob
|
history
diff --git
a/board/tqc/tqma6/Kconfig
b/board/tqc/tqma6/Kconfig
index 6df413428651e7deb0aa0b29345cb034a4764bb2..2a4cff0ec85adc3ee3db31c77ee8dc8f52489625 100644
(file)
--- 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