summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorVipin KUMAR <vipin.kumar@st.com>2010-01-15 19:15:50 +0530
committerTom Rix <Tom.Rix@windriver.com>2010-01-23 08:15:50 -0600
commit7e074158ce239380259c5fc97e87be2896169973 (patch)
treee43c2cd4a36ad8ca3ea42081366a6731b2b632a7 /Makefile
parentf92994f0f7403b84366ce04e554e461f624e6868 (diff)
downloadtalos-obmc-uboot-7e074158ce239380259c5fc97e87be2896169973.tar.gz
talos-obmc-uboot-7e074158ce239380259c5fc97e87be2896169973.zip
SPEAr : Support added for SPEAr300 board
SPEAr300 SoC support contains basic spear300 support along with the usage of following drivers - serial driver(UART) - i2c driver - smi driver - nand driver(FSMC) - usbd driver Signed-off-by: Vipin <vipin.kumar@st.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 193d0bb5b4..ca863d1083 100644
--- a/Makefile
+++ b/Makefile
@@ -3036,6 +3036,9 @@ smdk2400_config : unconfig
smdk2410_config : unconfig
@$(MKCONFIG) $(@:_config=) arm arm920t smdk2410 samsung s3c24x0
+spear300_config : unconfig
+ @$(MKCONFIG) -n $@ -t $(@:_config=) spear3xx arm arm926ejs $(@:_config=) spear spear
+
spear600_config : unconfig
@$(MKCONFIG) -n $@ -t $(@:_config=) spear6xx arm arm926ejs $(@:_config=) spear spear
OpenPOWER on IntegriCloud