tqma6: resurrect support by supplying correct SYS_TEXT_BASE
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>
This commit is contained in:
parent
7794d889d3
commit
ac1f2b4987
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user