[U-Boot] [PATCH 11/11] [U-BOOT][ZOOM3] Initial support - add board to main Makefile, add the board to the list in MAKEALL file, and name to MAINTAINERS.
Aldo Cedillo
aldo.cedillo at ti.com
Thu Jun 10 22:11:15 CEST 2010
From: Aldo Brett Cedillo Martinez <aldo.cedillo at ti.com>
Signed-off-by: Aldo Brett Cedillo Martinez <aldo.cedillo at ti.com>
---
MAINTAINERS | 4 ++++
MAKEALL | 1 +
Makefile | 3 +++
3 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 7a13d28..384dda9 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -798,6 +798,10 @@ Alex Z
lart SA1100
dnp1110 SA1110
+Aldo Brett Cedillo Martinez <aldo.cedillo at ti.com>
+
+ omap3_zoom3 ARM CORTEX-A8 (OMAP3xx SoC)
+
-------------------------------------------------------------------------
Unknown / orphaned boards:
diff --git a/MAKEALL b/MAKEALL
index 2527352..8ebeaad 100755
--- a/MAKEALL
+++ b/MAKEALL
@@ -650,6 +650,7 @@ LIST_ARM_CORTEX_A8=" \
omap3_sdp3430 \
omap3_zoom1 \
omap3_zoom2 \
+ omap3_zoom3 \
smdkc100 \
"
diff --git a/Makefile b/Makefile
index c26e491..198ee67 100644
--- a/Makefile
+++ b/Makefile
@@ -3179,6 +3179,9 @@ omap3_zoom1_config : unconfig
omap3_zoom2_config : unconfig
@$(MKCONFIG) $(@:_config=) arm arm_cortexa8 zoom2 logicpd omap3
+omap3_zoom3_config : unconfig
+ @$(MKCONFIG) $(@:_config=) arm arm_cortexa8 zoom3 logicpd omap3
+
smdkc100_config: unconfig
@$(MKCONFIG) $(@:_config=) arm arm_cortexa8 smdkc100 samsung s5pc1xx
--
1.6.3.3
More information about the U-Boot
mailing list