summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <iwamatsu@nigauri.org>2008-08-22 08:39:09 (GMT)
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2008-08-31 14:05:41 (GMT)
commit6f0da4972e48f99d37bc522814940a6022cd3084 (patch)
tree22b403c4201af036a5bb9be32423155a669a8968 /Makefile
parentab09f433b50bb83b5e440c335bc3839ee069e534 (diff)
downloadu-boot-fsl-qoriq-6f0da4972e48f99d37bc522814940a6022cd3084.tar.xz
sh: Renesas Solutions AP325RXA board support
AP325RXA is SH7723's reference board. This has SCIF, NOR Flash, Ethernet, USB host, LCDC, SD Host, Camera and other. In this patch, support SCIF, NOR Flash, and Ethernet. Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e94f1af..56eeda8 100644
--- a/Makefile
+++ b/Makefile
@@ -3066,6 +3066,11 @@ sh7785lcr_config : unconfig
@echo "#define CONFIG_SH7785LCR 1" >> include/config.h
@$(MKCONFIG) -a $(@:_config=) sh sh4 sh7785lcr
+ap325rxa_config : unconfig
+ @mkdir -p $(obj)include
+ @echo "#define CONFIG_AP325RXA 1" > $(obj)include/config.h
+ @$(MKCONFIG) -a $(@:_config=) sh sh4 ap325rxa
+
#========================================================================
# SPARC
#========================================================================