]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/t3corp/config.mk
Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE
[karo-tx-uboot.git] / board / t3corp / config.mk
index 616aa198274718be09a1182451e3d509eb989503..640389e32cbfa2472de8f25843fce81d4de5fbda 100644 (file)
@@ -24,8 +24,8 @@
 
 sinclude $(OBJTREE)/board/$(BOARDDIR)/config.tmp
 
-ifndef TEXT_BASE
-TEXT_BASE = 0xFFFA0000
+ifndef CONFIG_SYS_TEXT_BASE
+CONFIG_SYS_TEXT_BASE = 0xFFFA0000
 endif
 
 PLATFORM_CPPFLAGS += -DCONFIG_440=1