summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorVipin KUMAR <vipin.kumar@st.com>2010-01-15 19:15:48 +0530
committerTom Rix <Tom.Rix@windriver.com>2010-01-23 08:15:49 -0600
commit566c9c16fe4e501c3193ae6605bc9c663c6ea706 (patch)
tree90e278d6dde40bb9cea815a214a4aa8f9b8a92f0 /Makefile
parent62db1c0d79f1fd75961eec81edc8c0a1bc1f09a6 (diff)
downloadtalos-obmc-uboot-566c9c16fe4e501c3193ae6605bc9c663c6ea706.tar.gz
talos-obmc-uboot-566c9c16fe4e501c3193ae6605bc9c663c6ea706.zip
SPEAr : Support added for SPEAr600 board
SPEAr600 SoC support contains basic spear600 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 2403ad97c3..193d0bb5b4 100644
--- a/Makefile
+++ b/Makefile
@@ -3036,6 +3036,9 @@ smdk2400_config : unconfig
smdk2410_config : unconfig
@$(MKCONFIG) $(@:_config=) arm arm920t smdk2410 samsung s3c24x0
+spear600_config : unconfig
+ @$(MKCONFIG) -n $@ -t $(@:_config=) spear6xx arm arm926ejs $(@:_config=) spear spear
+
SX1_stdout_serial_config \
SX1_config: unconfig
@mkdir -p $(obj)include
OpenPOWER on IntegriCloud