summaryrefslogtreecommitdiff
path: root/board/liebherr/lwmon5/config.mk
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2015-11-30 07:10:49 -0500
committerTom Rini <trini@konsulko.com>2015-11-30 07:10:49 -0500
commit30f56399e7c740be043ecbc57cd96ce95998208a (patch)
tree062c5922499ae64a0c56967a37a4f1aa3f6d4904 /board/liebherr/lwmon5/config.mk
parenta71d99ac03c8d5d9622962344485b04aade27b67 (diff)
parent6623aee5b6aba2f8efe9b7d2417f090f9c2b3cd3 (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.mk18
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 00000000000..d0348e8024d
--- /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