From 6f0da4972e48f99d37bc522814940a6022cd3084 Mon Sep 17 00:00:00 2001 From: Nobuhiro Iwamatsu Date: Fri, 22 Aug 2008 17:39:09 +0900 Subject: 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 Signed-off-by: Nobuhiro Iwamatsu --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e94f1afc95..56eeda8d90 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 #======================================================================== -- cgit v1.2.3