[U-Boot-Users] [PATCH 1/3 resubmit] ppc4xx: Add 405GPr based MCU25 board. Global files
Niklaus Giger
niklaus.giger at netstal.com
Mon Feb 25 18:46:41 CET 2008
Signed-off-by: Niklaus Giger <niklaus.giger at netstal.com>
---
MAINTAINERS | 1 +
MAKEALL | 1 +
Makefile | 4 ++++
3 files changed, 6 insertions(+), 0 deletions(-)
mode change 100755 => 100644 MAKEALL
diff --git a/MAINTAINERS b/MAINTAINERS
index 273bfac..a666705 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -172,6 +172,7 @@ Matthias Fuchs <matthias.fuchs at esd-electronics.com>
Niklaus Giger <niklaus.giger at netstal.com>
HCU4 PPC405GPr
+ MCU25 PPC405GPr
HCU5 PPC440EPx
Frank Gottschling <fgottschling at eltec.de>
diff --git a/MAKEALL b/MAKEALL
old mode 100755
new mode 100644
index 0e1c0cb..a817f2f
--- a/MAKEALL
+++ b/MAKEALL
@@ -198,6 +198,7 @@ LIST_4xx=" \
luan \
lwmon5 \
makalu \
+ mcu25 \
METROBOX \
MIP405 \
MIP405T \
diff --git a/Makefile b/Makefile
index a731ee8..d24726f 100644
--- a/Makefile
+++ b/Makefile
@@ -1280,6 +1280,10 @@ lwmon5_config: unconfig
makalu_config: unconfig
@$(MKCONFIG) $(@:_config=) ppc ppc4xx makalu amcc
+mcu25_config: unconfig
+ @mkdir -p $(obj)board/netstal/common
+ @$(MKCONFIG) $(@:_config=) ppc ppc4xx mcu25 netstal
+
METROBOX_config: unconfig
@$(MKCONFIG) $(@:_config=) ppc ppc4xx metrobox sandburst
--
1.5.2.5
More information about the U-Boot
mailing list