]> git.sur5r.net Git - u-boot/blobdiff - board/gth2/config.mk
fdt: Add fdtdec_find_aliases() to deal with alias nodes
[u-boot] / board / gth2 / config.mk
index 6d21ba18a101aa94a74104e8c072b51fe3ca1ef3..c9050492ec0bb4da4dfcc91dbb569f2ca9ca787c 100644 (file)
 #
 
 ifeq ($(TBASE),0)
-TEXT_BASE = 0
+CONFIG_SYS_TEXT_BASE = 0
 else
 ifeq ($(TBASE),1)
-TEXT_BASE = 0xbfc10070
+CONFIG_SYS_TEXT_BASE = 0xbfc10070
 else
 ifeq ($(TBASE),2)
-TEXT_BASE = 0xbfc30070
+CONFIG_SYS_TEXT_BASE = 0xbfc30070
 else
 ## Only to make ordinary make work
-TEXT_BASE = 0x90000000
+CONFIG_SYS_TEXT_BASE = 0x90000000
 endif
 endif
 endif
-