summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorVipin KUMAR <vipin.kumar@st.com>2010-01-15 19:15:53 +0530
committerTom Rix <Tom.Rix@windriver.com>2010-01-23 08:15:50 -0600
commit7da692360414d07027c6cf564a15d79cd9dcf488 (patch)
tree482d247459cfa03f4cad0bcdad8404ba7b05d18e /Makefile
parent080cfee71459588fd6312e475bb5115bdbda1cb3 (diff)
downloadblackbird-obmc-uboot-7da692360414d07027c6cf564a15d79cd9dcf488.tar.gz
blackbird-obmc-uboot-7da692360414d07027c6cf564a15d79cd9dcf488.zip
SPEAr : Support added for SPEAr320 board
SPEAr320 SoC support contains basic spear320 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 0cb4b05259..0f609253e3 100644
--- a/Makefile
+++ b/Makefile
@@ -3037,7 +3037,8 @@ smdk2410_config : unconfig
@$(MKCONFIG) $(@:_config=) arm arm920t smdk2410 samsung s3c24x0
spear300_config \
-spear310_config : unconfig
+spear310_config \
+spear320_config : unconfig
@$(MKCONFIG) -n $@ -t $(@:_config=) spear3xx arm arm926ejs $(@:_config=) spear spear
spear600_config : unconfig
OpenPOWER on IntegriCloud