From 6623aee5b6aba2f8efe9b7d2417f090f9c2b3cd3 Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Tue, 24 Nov 2015 20:46:45 +0100 Subject: 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 Signed-off-by: Wolfgang Denk Signed-off-by: Stefan Roese --- board/liebherr/lwmon5/config.mk | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 board/liebherr/lwmon5/config.mk (limited to 'board/liebherr/lwmon5/config.mk') 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 -- cgit