X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fprodrive%2Falpr%2Fconfig.mk;h=7be81f3850c3171507e93b8e4d0740f3a7d4fb05;hb=7708d8b352e9e595f6f08afd3206af6495c7dc09;hp=9e1833591a2337129b5a90001069f1377677ab57;hpb=48c7d6dba9140869a1d644248aa8cfabe01c98a6;p=u-boot diff --git a/board/prodrive/alpr/config.mk b/board/prodrive/alpr/config.mk index 9e1833591a..7be81f3850 100644 --- a/board/prodrive/alpr/config.mk +++ b/board/prodrive/alpr/config.mk @@ -21,18 +21,6 @@ # MA 02111-1307 USA # -# -# AMCC 440GX Reference Platform (Ocotea) board -# - -#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