diff options
Diffstat (limited to 'board/esd/du440/config.mk')
-rw-r--r-- | board/esd/du440/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/esd/du440/config.mk b/board/esd/du440/config.mk index 51643345005..91e65ec8a98 100644 --- a/board/esd/du440/config.mk +++ b/board/esd/du440/config.mk @@ -33,5 +33,5 @@ PLATFORM_CPPFLAGS += -DDEBUG endif ifeq ($(dbcr),1) -PLATFORM_CPPFLAGS += -DCFG_INIT_DBCR=0x8cff0000 +PLATFORM_CPPFLAGS += -DCONFIG_SYS_INIT_DBCR=0x8cff0000 endif |