diff options
author | Tom Rini <trini@konsulko.com> | 2015-11-30 07:10:49 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-11-30 07:10:49 -0500 |
commit | 30f56399e7c740be043ecbc57cd96ce95998208a (patch) | |
tree | 062c5922499ae64a0c56967a37a4f1aa3f6d4904 /board/liebherr/lwmon5/config.mk | |
parent | a71d99ac03c8d5d9622962344485b04aade27b67 (diff) | |
parent | 6623aee5b6aba2f8efe9b7d2417f090f9c2b3cd3 (diff) |
Merge git://www.denx.de/git/u-boot-ppc4xx
Diffstat (limited to 'board/liebherr/lwmon5/config.mk')
-rw-r--r-- | board/liebherr/lwmon5/config.mk | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/board/liebherr/lwmon5/config.mk b/board/liebherr/lwmon5/config.mk new file mode 100644 index 0000000000..d0348e8024 --- /dev/null +++ b/board/liebherr/lwmon5/config.mk @@ -0,0 +1,18 @@ +# +# (C) Copyright 2002 +# Wolfgang Denk, DENX Software Engineering, wd@denx.de. +# +# SPDX-License-Identifier: GPL-2.0+ +# +# lwmon5 (440EPx) +# + +PLATFORM_CPPFLAGS += -DCONFIG_440=1 + +ifeq ($(debug),1) +PLATFORM_CPPFLAGS += -DDEBUG +endif + +ifeq ($(dbcr),1) +PLATFORM_CPPFLAGS += -DCONFIG_SYS_INIT_DBCR=0x8cff0000 +endif |