]> git.sur5r.net Git - u-boot/blobdiff - board/sandburst/metrobox/config.mk
Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
[u-boot] / board / sandburst / metrobox / config.mk
index 91aee2fc7de9b17ade717d6f534597b53020a690..8407381010e41f9138b90841c4b74e0461f1d5ef 100644 (file)
 # MA 02111-1307 USA
 #
 
-ifeq ($(ramsym),1)
-TEXT_BASE = 0x07FD0000
-else
-TEXT_BASE = 0xFFF80000
-endif
-
 PLATFORM_CPPFLAGS += -DCONFIG_440=1
 
 ifeq ($(debug),1)
@@ -34,5 +28,5 @@ PLATFORM_CPPFLAGS += -DDEBUG
 endif
 
 ifeq ($(dbcr),1)
-PLATFORM_CPPFLAGS += -DCFG_INIT_DBCR=0x8cff0000
+PLATFORM_CPPFLAGS += -DCONFIG_SYS_INIT_DBCR=0x8cff0000
 endif