]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
karo: tx6: change CONFIG_SYS_TEXT_BASE to accomodate boards with less than 256MiB...
authorLothar Waßmann <LW@KARO-electronics.de>
Fri, 9 Jan 2015 10:49:51 +0000 (11:49 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 9 Jan 2015 10:49:51 +0000 (11:49 +0100)
The default address taken from the original Freescale BSP is beyond
256MiB. Thus modules with less than that amount of memory cannot work.
Change the address to be inside the first memory bank for all sensible
memory sizes.

board/karo/tx6/config.mk

index 4c374f3b04db6ffdf9f9a5cad6ec141dede53f33..3326141157e9414d1f9061954ddd779a3c22757b 100644 (file)
@@ -1,7 +1,5 @@
 # stack is allocated below CONFIG_SYS_TEXT_BASE
-CONFIG_SYS_TEXT_BASE := 0x27800000
-#CONFIG_SYS_TEXT_BASE := 0x17800000
-#CONFIG_SPL_TEXT_BASE := 0x00000000
+CONFIG_SYS_TEXT_BASE := 0x10100000
 
 LOGO_BMP = logos/karo.bmp
 #PLATFORM_CPPFLAGS += -DDEBUG