diff options
author | wdenk <wdenk> | 2004-03-14 15:06:13 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-03-14 15:06:13 +0000 |
commit | 3d3befa754fedb320f779320ac0ab11deb0a6275 (patch) | |
tree | e017681961bbc93b2145f929fe95c8e2f47a1726 /MAKEALL | |
parent | 4d13cbad1c81ad7901151fec381bae8c30f4338a (diff) | |
download | u-boot-3d3befa754fedb320f779320ac0ab11deb0a6275.zip u-boot-3d3befa754fedb320f779320ac0ab11deb0a6275.tar.gz u-boot-3d3befa754fedb320f779320ac0ab11deb0a6275.tar.bz2 |
* Patch by Philippe Robin, 09 Mar 2004:
Added ARM Integrator AP, CP and Versatile PB926EJ-S Reference
Platform support.
* Patch by Masami Komiya, 08 Mar 2004:
Don't overwrite server IP address or boot file name
when the boot server does not return values
* Patch by listmember@orkun.us, 5 Mar 2004:
Removed compile time restriction on CFG_I2C_SPEED for DS1338 RTC
Diffstat (limited to 'MAKEALL')
-rw-r--r-- | MAKEALL | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -135,9 +135,10 @@ LIST_ARM7="B2 ep7312 impa7" ######################################################################### LIST_ARM9=" \ - at91rm9200dk omap1510inn omap1610h2 omap1610inn \ + at91rm9200dk integratorcp integratorap \ + omap1510inn omap1610h2 omap1610inn \ smdk2400 smdk2410 trab \ - VCMA9 \ + VCMA9 versatile \ " ######################################################################### |