diff options
author | wdenk <wdenk> | 2005-01-31 22:09:11 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2005-01-31 22:09:11 +0000 |
commit | 436be29cad60a46ed5983120aff71909d8f234a3 (patch) | |
tree | bbe41af218ae37d29afcc6db7dcbf526c3ab4a60 /include/configs/CPC45.h | |
parent | cd172b710822fe170db04fa1e78c08adea56425a (diff) | |
download | u-boot-imx-436be29cad60a46ed5983120aff71909d8f234a3.zip u-boot-imx-436be29cad60a46ed5983120aff71909d8f234a3.tar.gz u-boot-imx-436be29cad60a46ed5983120aff71909d8f234a3.tar.bz2 |
* Update CPC45 board configuration.
* Add USB and PCI support for INKA4x0 board
Diffstat (limited to 'include/configs/CPC45.h')
-rw-r--r-- | include/configs/CPC45.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/CPC45.h b/include/configs/CPC45.h index 8de9819..6fb8003 100644 --- a/include/configs/CPC45.h +++ b/include/configs/CPC45.h @@ -61,11 +61,14 @@ CFG_CMD_DATE | \ CFG_CMD_DHCP | \ CFG_CMD_EEPROM | \ + CFG_CMD_EXT2 | \ CFG_CMD_FAT | \ CFG_CMD_FLASH | \ CFG_CMD_I2C | \ CFG_CMD_IDE | \ + CFG_CMD_NFS | \ CFG_CMD_PCI | \ + CFG_CMD_PING | \ CFG_CMD_SDRAM ) /* This must be included AFTER the definition of CONFIG_COMMANDS (if any) |