diff options
author | Vipin KUMAR <vipin.kumar@st.com> | 2010-01-15 19:15:52 +0530 |
---|---|---|
committer | Tom Rix <Tom.Rix@windriver.com> | 2010-01-21 13:35:18 -0600 |
commit | b7cea4935b479c722bf44fa5a1e9a29931f48adb (patch) | |
tree | 33217e67039377031e32bb014872d0e06b1c1f38 /MAKEALL | |
parent | bf6b359e98def466efb49075e794826c1e5364ce (diff) | |
download | u-boot-imx-b7cea4935b479c722bf44fa5a1e9a29931f48adb.zip u-boot-imx-b7cea4935b479c722bf44fa5a1e9a29931f48adb.tar.gz u-boot-imx-b7cea4935b479c722bf44fa5a1e9a29931f48adb.tar.bz2 |
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 'MAKEALL')
-rwxr-xr-x | MAKEALL | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -575,6 +575,7 @@ LIST_ARM9=" \ smdk2400 \ smdk2410 \ spear300 \ + spear310 \ spear600 \ trab \ VCMA9 \ |