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 /Makefile | |
parent | a0ff7f2eda50de4d4096265a086c94ac640fab7c (diff) | |
download | u-boot-imx-15647dc7fd86bbaeb68740929ecb9f8473c7ceae.zip u-boot-imx-15647dc7fd86bbaeb68740929ecb9f8473c7ceae.tar.gz u-boot-imx-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 'Makefile')
-rw-r--r-- | Makefile | 19 |
1 files changed, 11 insertions, 8 deletions
@@ -781,24 +781,27 @@ ZPC1900_config: unconfig AmigaOneG3SE_config: unconfig @./mkconfig $(@:_config=) ppc 74xx_7xx AmigaOneG3SE MAI +BAB7xx_config: unconfig + @./mkconfig $(@:_config=) ppc 74xx_7xx bab7xx eltec + +debris_config: unconfig + @./mkconfig $(@:_config=) ppc mpc824x debris etin + +ELPPC_config: unconfig + @./mkconfig $(@:_config=) ppc 74xx_7xx elppc eltec + EVB64260_config \ EVB64260_750CX_config: unconfig @./mkconfig EVB64260 ppc 74xx_7xx evb64260 -ZUMA_config: unconfig +P3G4_config: unconfig @./mkconfig $(@:_config=) ppc 74xx_7xx evb64260 PCIPPC2_config \ PCIPPC6_config: unconfig @./mkconfig $(@:_config=) ppc 74xx_7xx pcippc2 -BAB7xx_config: unconfig - @./mkconfig $(@:_config=) ppc 74xx_7xx bab7xx eltec - -ELPPC_config: unconfig - @./mkconfig $(@:_config=) ppc 74xx_7xx elppc eltec - -P3G4_config: unconfig +ZUMA_config: unconfig @./mkconfig $(@:_config=) ppc 74xx_7xx evb64260 #======================================================================== |