diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2005-08-23 22:27:41 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2005-08-23 22:27:41 +0200 |
commit | d534f5cc38dd7bcc72d5ca2dd59cde73d6c868a8 (patch) | |
tree | 151253e4afd25a90254ade6b520dde1dc21c7c0a /include/configs | |
parent | 5e4b3361bc0ccb2138569f872be60165ebeefb57 (diff) | |
download | u-boot-imx-d534f5cc38dd7bcc72d5ca2dd59cde73d6c868a8.zip u-boot-imx-d534f5cc38dd7bcc72d5ca2dd59cde73d6c868a8.tar.gz u-boot-imx-d534f5cc38dd7bcc72d5ca2dd59cde73d6c868a8.tar.bz2 |
Add JFFS2 support for TQM5200 board
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/TQM5200.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/configs/TQM5200.h b/include/configs/TQM5200.h index 26d1e87..909d724 100644 --- a/include/configs/TQM5200.h +++ b/include/configs/TQM5200.h @@ -164,6 +164,7 @@ CFG_CMD_ECHO | \ CFG_CMD_EEPROM | \ CFG_CMD_I2C | \ + CFG_CMD_JFFS2 | \ CFG_CMD_MII | \ CFG_CMD_NFS | \ CFG_CMD_PING | \ @@ -322,6 +323,15 @@ #define CFG_FLASH_ERASE_TOUT 240000 /* Flash Erase Timeout (in ms) */ #define CFG_FLASH_WRITE_TOUT 500 /* Flash Write Timeout (in ms) */ +/* Dynamic MTD partition support */ +#define CONFIG_JFFS2_CMDLINE +#define MTDIDS_DEFAULT "nor0=TQM5200-0" +#define MTDPARTS_DEFAULT "mtdparts=TQM5200-0:640k(firmware)," \ + "1408k(kernel)," \ + "2m(initrd)," \ + "4m(small-fs)," \ + "16m(big-fs)," \ + "8m(misc)" /* * Environment settings |