diff options
author | wdenk <wdenk> | 2003-10-09 19:00:25 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2003-10-09 19:00:25 +0000 |
commit | 15647dc7fd86bbaeb68740929ecb9f8473c7ceae (patch) | |
tree | 1f2cefc002e07f517bcaf19b5a400b5a8a543e0c /MAKEALL | |
parent | a0ff7f2eda50de4d4096265a086c94ac640fab7c (diff) | |
download | u-boot-15647dc7fd86bbaeb68740929ecb9f8473c7ceae.zip u-boot-15647dc7fd86bbaeb68740929ecb9f8473c7ceae.tar.gz u-boot-15647dc7fd86bbaeb68740929ecb9f8473c7ceae.tar.bz2 |
* Patches by Thomas Lange, 09 Oct 2003:
- fix cmd_ide.c for non ppc boards (read/write functions did not
add ATA base address)
- fix for shannon board
- #ifdef CONFIG_IDE_8xx_DIRECT some otherwise unused code
* Patch by Sangmoon Kim, 07 Oct 2003:
add support for debris board
Diffstat (limited to 'MAKEALL')
-rw-r--r-- | MAKEALL | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -69,8 +69,9 @@ LIST_4xx=" \ LIST_824x=" \ A3000 BMW CPC45 CU824 \ - MOUSSE MUSENKI OXC PN62 \ - Sandpoint8240 Sandpoint8245 SL8245 utx8245 \ + debris MOUSSE MUSENKI OXC \ + PN62 Sandpoint8240 Sandpoint8245 SL8245 \ + utx8245 \ " ######################################################################### |