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 /Makefile | |
parent | 6310eb9da74b1cf33194ae88275cc63b76e7a764 (diff) | |
download | talos-obmc-uboot-ff36fd8591776405eeb3a086ba1136bf1ece2ffb.tar.gz talos-obmc-uboot-ff36fd8591776405eeb3a086ba1136bf1ece2ffb.zip |
* 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 'Makefile')
-rw-r--r-- | Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1467,6 +1467,16 @@ dbau1500_config : unconfig @echo "#define CONFIG_DBAU1500 1" >>include/config.h @./mkconfig -a dbau1x00 mips mips dbau1x00 +dbau1550_config : unconfig + @ >include/config.h + @echo "#define CONFIG_DBAU1550 1" >>include/config.h + @./mkconfig -a dbau1x00 mips mips dbau1x00 + +dbau1550_el_config : unconfig + @ >include/config.h + @echo "#define CONFIG_DBAU1550 1" >>include/config.h + @./mkconfig -a dbau1x00 mips mips dbau1x00 "" little + ######################################################################### ## MIPS64 5Kc ######################################################################### |