summaryrefslogtreecommitdiff
path: root/board/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/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/lwmon5/config.mk')
-rw-r--r--board/lwmon5/config.mk18
1 files changed, 0 insertions, 18 deletions
diff --git a/board/lwmon5/config.mk b/board/lwmon5/config.mk
deleted file mode 100644
index d0348e8024..0000000000
--- a/board/lwmon5/config.mk
+++ /dev/null
@@ -1,18 +0,0 @@
-#
-# (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