diff options
author | Vipin KUMAR <vipin.kumar@st.com> | 2010-01-15 19:15:53 +0530 |
---|---|---|
committer | Tom Rix <Tom.Rix@windriver.com> | 2010-01-23 08:15:50 -0600 |
commit | 7da692360414d07027c6cf564a15d79cd9dcf488 (patch) | |
tree | 482d247459cfa03f4cad0bcdad8404ba7b05d18e /Makefile | |
parent | 080cfee71459588fd6312e475bb5115bdbda1cb3 (diff) | |
download | u-boot-imx-7da692360414d07027c6cf564a15d79cd9dcf488.zip u-boot-imx-7da692360414d07027c6cf564a15d79cd9dcf488.tar.gz u-boot-imx-7da692360414d07027c6cf564a15d79cd9dcf488.tar.bz2 |
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-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |