diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2005-10-17 00:19:16 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2005-10-17 00:19:16 +0200 |
commit | ea1fba136a4778b8f55e6b94a76a548cfad9f522 (patch) | |
tree | 016a5f42118f4b30a00d0201bdff2e290ad4e95b /include/configs | |
parent | 20a374fe02724498b5e2c5a2d1195f77a18a60ea (diff) | |
parent | 3b6748ea0d67e33c7ccf0b0d736b2a13d59e46ee (diff) | |
download | u-boot-imx-ea1fba136a4778b8f55e6b94a76a548cfad9f522.zip u-boot-imx-ea1fba136a4778b8f55e6b94a76a548cfad9f522.tar.gz u-boot-imx-ea1fba136a4778b8f55e6b94a76a548cfad9f522.tar.bz2 |
Merge with /home/sr/git/u-boot
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/bamboo.h | 4 | ||||
-rw-r--r-- | include/configs/yosemite.h | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/include/configs/bamboo.h b/include/configs/bamboo.h index 29d3334..01f86f5 100644 --- a/include/configs/bamboo.h +++ b/include/configs/bamboo.h @@ -321,9 +321,13 @@ CFG_CMD_REGINFO | \ CFG_CMD_SDRAM | \ CFG_CMD_USB | \ + CFG_CMD_FAT | \ + CFG_CMD_EXT2 | \ _CFG_CMD_NAND | \ CFG_CMD_SNTP ) +#define CONFIG_SUPPORT_VFAT + /* this must be included AFTER the definition of CONFIG_COMMANDS (if any) */ #include <cmd_confdefs.h> diff --git a/include/configs/yosemite.h b/include/configs/yosemite.h index 5c9b0e9..141cdb1 100644 --- a/include/configs/yosemite.h +++ b/include/configs/yosemite.h @@ -236,8 +236,12 @@ CFG_CMD_PING | \ CFG_CMD_REGINFO | \ CFG_CMD_SDRAM | \ + CFG_CMD_FAT | \ + CFG_CMD_EXT2 | \ CFG_CMD_USB ) +#define CONFIG_SUPPORT_VFAT + /* this must be included AFTER the definition of CONFIG_COMMANDS (if any) */ #include <cmd_confdefs.h> |