X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=board%2Famcc%2Fbamboo%2Fconfig.mk;h=24f74e121330cfdd3f5ba4ff559a3a4a6bfff792;hb=631fea8f2d70aa5eb7c49b33039971dfc61bba88;hp=9d7f4c310510c620c6f57a059fc62343e72db1d3;hpb=193dd958344f9c27ed026d2e3db2a1a0a9eb5631;p=karo-tx-uboot.git diff --git a/board/amcc/bamboo/config.mk b/board/amcc/bamboo/config.mk index 9d7f4c3105..24f74e1213 100644 --- a/board/amcc/bamboo/config.mk +++ b/board/amcc/bamboo/config.mk @@ -1,5 +1,5 @@ # -# (C) Copyright 2002-2006 +# (C) Copyright 2002-2010 # Wolfgang Denk, DENX Software Engineering, wd@denx.de. # # See file CREDITS for list of people who contributed to this @@ -21,8 +21,6 @@ # MA 02111-1307 USA # -TEXT_BASE = 0xFFFA0000 - PLATFORM_CPPFLAGS += -DCONFIG_440=1 ifeq ($(debug),1) @@ -30,5 +28,5 @@ PLATFORM_CPPFLAGS += -DDEBUG endif ifeq ($(dbcr),1) -PLATFORM_CPPFLAGS += -DCFG_INIT_DBCR=0x8cff0000 +PLATFORM_CPPFLAGS += -DCONFIG_SYS_INIT_DBCR=0x8cff0000 endif