]> git.sur5r.net Git - u-boot/blobdiff - board/prodrive/p3p440/config.mk
CM41xx: fix signedness of env bootargs string pointer
[u-boot] / board / prodrive / p3p440 / config.mk
index e5722dd36a76e47ed9c2f94f878e03ff05c48993..9eac8b96310ecbca90390297a497c09016a73b3a 100644 (file)
 # MA 02111-1307 USA
 #
 
-#
-# esd ADCIOP boards
-#
-
-#TEXT_BASE = 0xFFFE0000
-
-ifeq ($(ramsym),1)
-TEXT_BASE = 0x07FD0000
-else
-TEXT_BASE = 0xFFFC0000
-endif
-
 PLATFORM_CPPFLAGS += -DCONFIG_440=1
 
 ifeq ($(debug),1)
@@ -40,5 +28,5 @@ PLATFORM_CPPFLAGS += -DDEBUG
 endif
 
 ifeq ($(dbcr),1)
-PLATFORM_CPPFLAGS += -DCFG_INIT_DBCR=0x8cff0000
+PLATFORM_CPPFLAGS += -DCONFIG_SYS_INIT_DBCR=0x8cff0000
 endif