]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/amcc/canyonlands/config.mk
Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE
[people/ms/u-boot.git] / board / amcc / canyonlands / config.mk
index 3d6a6085c92d306625320c3266dd9ca376cfc1f0..9dd9c4bf8fd22260cf5576127a4d4d6630818205 100644 (file)
@@ -26,8 +26,8 @@
 
 sinclude $(OBJTREE)/board/$(BOARDDIR)/config.tmp
 
-ifndef TEXT_BASE
-TEXT_BASE = 0xFFF80000
+ifndef CONFIG_SYS_TEXT_BASE
+CONFIG_SYS_TEXT_BASE = 0xFFF80000
 endif
 
 PLATFORM_CPPFLAGS += -DCONFIG_440=1