diff options
author | wdenk <wdenk> | 2003-06-15 22:40:42 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2003-06-15 22:40:42 +0000 |
commit | 71f9511803de65a3b98d2f592d418da1d1539f13 (patch) | |
tree | 4be38a22fc4f588a80aa8cc350ecd5617a211389 /include/configs/RBC823.h | |
parent | 487778b781257831aa9b9140dd3c7ad4176e8314 (diff) | |
download | u-boot-71f9511803de65a3b98d2f592d418da1d1539f13.tar.gz u-boot-71f9511803de65a3b98d2f592d418da1d1539f13.tar.xz u-boot-71f9511803de65a3b98d2f592d418da1d1539f13.zip |
* Fix CONFIG_NET_MULTI support in include/net.hLABEL_2003_06_16_0055
* Patches by Kyle Harris, 13 Mar 2003:
- Add FAT partition support
- Add command support for FAT
- Add command support for MMC
----
- Add Intel PXA support for video
- Add Intel PXA support for MMC
----
- Enable MMC and FAT for lubbock board
- Other misc changes for lubbock board
Diffstat (limited to 'include/configs/RBC823.h')
-rw-r--r-- | include/configs/RBC823.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/RBC823.h b/include/configs/RBC823.h index 08eed276c2..af6e98b1f0 100644 --- a/include/configs/RBC823.h +++ b/include/configs/RBC823.h @@ -113,6 +113,7 @@ ~CFG_CMD_JFFS2 & \ ~CFG_CMD_DTT & \ ~CFG_CMD_MII & \ + ~CFG_CMD_MMC & \ /*~CFG_CMD_NET &*/ \ /*~CFG_CMD_ELF &*/ \ /* ~CFG_CMD_EEPROM & */ \ |