diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2006-07-21 11:31:42 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2006-07-21 11:31:42 +0200 |
commit | 32cb2c70c46c2be977215eb33aea049add647c09 (patch) | |
tree | 5dbf2b388b95cf1c55c235361ab70ae814059c8f /MAKEALL | |
parent | e644670b68d652cec98f649a776ea44d725a45ad (diff) | |
download | u-boot-32cb2c70c46c2be977215eb33aea049add647c09.tar.gz u-boot-32cb2c70c46c2be977215eb33aea049add647c09.tar.xz u-boot-32cb2c70c46c2be977215eb33aea049add647c09.zip |
Add support for friendly-arm SBC-2410X board
Patch by JinHua Luo, 01 Sep 2005
Diffstat (limited to 'MAKEALL')
-rwxr-xr-x | MAKEALL | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -181,9 +181,10 @@ LIST_ARM9=" \ ap966 cp920t cp922_XA10 cp926ejs \ cp946es cp966 lpd7a400 mp2usb \ mx1ads mx1fs2 netstar omap1510inn \ - omap1610h2 omap1610inn omap730p2 scb9328 \ - smdk2400 smdk2410 trab VCMA9 \ - versatile versatileab versatilepb voiceblue + omap1610h2 omap1610inn omap730p2 sbc2410x \ + scb9328 smdk2400 smdk2410 trab \ + VCMA9 versatile versatileab versatilepb \ + voiceblue \ " ######################################################################### |