summaryrefslogtreecommitdiff
path: root/board/liebherr/lwmon5/config.mk
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2015-11-24 20:46:45 +0100
committerStefan Roese <sr@denx.de>2015-11-30 12:50:29 +0100
commit6623aee5b6aba2f8efe9b7d2417f090f9c2b3cd3 (patch)
tree5143c75da8cbb116925e1a9916ffa203c603f758 /board/liebherr/lwmon5/config.mk
parent7514037bcdc37180fe87f889013d72c49f4bd525 (diff)
PPC4xx: Create "liebherr" vendor directory
In preparation of some new Liebherr boards to be added soon, a new "liebherr" vendor directory gets created, and the "lwmon5" board directory is moved into this new vendor directory. cc: Stefan Roese <sr@denx.de> Signed-off-by: Wolfgang Denk <wd@denx.de> Signed-off-by: Stefan Roese <sr@denx.de>
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