From: Markus Niebel Date: Thu, 9 Apr 2020 13:21:36 +0000 (+0200) Subject: tqma6: resurrect support by supplying correct SYS_TEXT_BASE X-Git-Tag: v2020.07-rc1~30^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac1f2b498791ce1b7e5c2abb1f095a2a7a95c21a;p=pandora-u-boot.git 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 Signed-off-by: Michael Krummsdorf --- diff --git a/board/tqc/tqma6/Kconfig b/board/tqc/tqma6/Kconfig index 6df41342865..2a4cff0ec85 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