summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <iwamatsu@nigauri.org>2008-08-31 22:45:08 +0900
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2008-08-31 22:45:08 +0900
commit0d53a47dc0737b6aa3a39caee21410c169441ae5 (patch)
treea07bdb7e27e644f2d78ff683bc1674458d662f5b /Makefile
parentb0b6218929bc7de9a6bdb8e564fa8ec2efa71b4e (diff)
downloadblackbird-obmc-uboot-0d53a47dc0737b6aa3a39caee21410c169441ae5.tar.gz
blackbird-obmc-uboot-0d53a47dc0737b6aa3a39caee21410c169441ae5.zip
sh: Renesas R0P7785LC0011RL board support
This board has SH7785, 512MB DDR2-SDRAM, NOR Flash, Graphic, Ethernet, USB, SD, RTC, and I2C controller. This patch supports the following functions: - 128MB DDR2-SDRAM (29-bit address mode only) - NOR Flash - USB host - Ethernet Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@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 0f82e714a2..bafabf3c40 100644
--- a/Makefile
+++ b/Makefile
@@ -3053,6 +3053,11 @@ sh7763rdp_config : unconfig
@echo "#define CONFIG_SH7763RDP 1" > $(obj)include/config.h
@./mkconfig -a $(@:_config=) sh sh4 sh7763rdp
+sh7785lcr_config : unconfig
+ @ >include/config.h
+ @echo "#define CONFIG_SH7785LCR 1" >> include/config.h
+ @$(MKCONFIG) -a $(@:_config=) sh sh4 sh7785lcr
+
#========================================================================
# SPARC
#========================================================================
OpenPOWER on IntegriCloud