diff options
author | wdenk <wdenk> | 2005-01-09 22:28:56 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2005-01-09 22:28:56 +0000 |
commit | ff36fd8591776405eeb3a086ba1136bf1ece2ffb (patch) | |
tree | 699daa2141b56019375455c976c17cdf096f4431 /MAKEALL | |
parent | 6310eb9da74b1cf33194ae88275cc63b76e7a764 (diff) | |
download | u-boot-ff36fd8591776405eeb3a086ba1136bf1ece2ffb.zip u-boot-ff36fd8591776405eeb3a086ba1136bf1ece2ffb.tar.gz u-boot-ff36fd8591776405eeb3a086ba1136bf1ece2ffb.tar.bz2 |
* Patch by Leif Lindholm, 23 Sep 2004:
add support for the AMD db1550 board
* Patch by Travis Sawyer, 15 Sep 2004:
Add CONFIG_SERIAL_MULTI support for ppc4xx,
update README.serial_multi
Diffstat (limited to 'MAKEALL')
-rw-r--r-- | MAKEALL | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -180,9 +180,9 @@ LIST_mips4kc="incaip" LIST_mips5kc="purple" -LIST_au1x00="dbau1000 dbau1100 dbau1500" +LIST_au1xx0="dbau1000 dbau1100 dbau1500 dbau1550 dbau1550_el" -LIST_mips="${LIST_mips4kc} ${LIST_mips5kc} ${LIST_au1x00}" +LIST_mips="${LIST_mips4kc} ${LIST_mips5kc} ${LIST_au1xx0}" ######################################################################### ## i386 Systems |