diff options
Diffstat (limited to 'board/amcc/ocotea/config.mk')
-rw-r--r-- | board/amcc/ocotea/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/amcc/ocotea/config.mk b/board/amcc/ocotea/config.mk index 9e1833591a2..b62e776d30e 100644 --- a/board/amcc/ocotea/config.mk +++ b/board/amcc/ocotea/config.mk @@ -40,5 +40,5 @@ PLATFORM_CPPFLAGS += -DDEBUG endif ifeq ($(dbcr),1) -PLATFORM_CPPFLAGS += -DCFG_INIT_DBCR=0x8cff0000 +PLATFORM_CPPFLAGS += -DCONFIG_SYS_INIT_DBCR=0x8cff0000 endif |