]> git.sur5r.net Git - u-boot/blobdiff - board/amcc/katmai/config.mk
mx53ard: Remove unused get_board_rev function
[u-boot] / board / amcc / katmai / config.mk
index c512b53c6f3409de48780a3be6b1cf90da380bc1..f5dfbaf6d7f8e450c56529cdfcdcb5a95a256a80 100644 (file)
@@ -25,8 +25,6 @@
 # AMCC 440SPe Evaluation (Katmai) board
 #
 
-TEXT_BASE = 0xFFFA0000
-
 PLATFORM_CPPFLAGS += -DCONFIG_440=1
 
 ifeq ($(debug),1)
@@ -34,5 +32,5 @@ PLATFORM_CPPFLAGS += -DDEBUG
 endif
 
 ifeq ($(dbcr),1)
-PLATFORM_CPPFLAGS += -DCFG_INIT_DBCR=0x8cff0000
+PLATFORM_CPPFLAGS += -DCONFIG_SYS_INIT_DBCR=0x8cff0000
 endif