summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorVipin KUMAR <vipin.kumar@st.com>2010-01-15 19:15:52 +0530
committerTom Rix <Tom.Rix@windriver.com>2010-01-23 08:15:50 -0600
commit080cfee71459588fd6312e475bb5115bdbda1cb3 (patch)
tree876ed8b7e798dd6291b96903d35dd04e9682b03f /Makefile
parent4bfacad4e796f2e121ee7432705ecc9c61e7b6ca (diff)
downloadblackbird-obmc-uboot-080cfee71459588fd6312e475bb5115bdbda1cb3.tar.gz
blackbird-obmc-uboot-080cfee71459588fd6312e475bb5115bdbda1cb3.zip
SPEAr : Support added for SPEAr310 board
SPEAr310 SoC support contains basic spear310 support along with the usage of following drivers - serial driver(UART) - i2c driver - smi driver - nand driver(FSMC) - usbd driver - emi driver(cfi support) Signed-off-by: Vipin <vipin.kumar@st.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ca863d1083..0cb4b05259 100644
--- a/Makefile
+++ b/Makefile
@@ -3036,7 +3036,8 @@ smdk2400_config : unconfig
smdk2410_config : unconfig
@$(MKCONFIG) $(@:_config=) arm arm920t smdk2410 samsung s3c24x0
-spear300_config : unconfig
+spear300_config \
+spear310_config : unconfig
@$(MKCONFIG) -n $@ -t $(@:_config=) spear3xx arm arm926ejs $(@:_config=) spear spear
spear600_config : unconfig
OpenPOWER on IntegriCloud