diff options
author | Wolfgang Denk <wd@fifi.denx.de> | 2006-06-16 15:45:03 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@fifi.denx.de> | 2006-06-16 15:45:03 +0200 |
commit | e00f41eb814d75323a6c4f84420a4eba282544d5 (patch) | |
tree | c81faf8572d6adb7a68329da661bfe32e91199f0 /include/configs | |
parent | 33322403184f2f719d1133f788be02001492d127 (diff) | |
download | u-boot-imx-e00f41eb814d75323a6c4f84420a4eba282544d5.zip u-boot-imx-e00f41eb814d75323a6c4f84420a4eba282544d5.tar.gz u-boot-imx-e00f41eb814d75323a6c4f84420a4eba282544d5.tar.bz2 |
Disable JFFS2 support for trab board
Patch by Martin Krause, 27 Oct 2005
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/trab.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/trab.h b/include/configs/trab.h index 63caac0..8f71acf 100644 --- a/include/configs/trab.h +++ b/include/configs/trab.h @@ -160,7 +160,6 @@ CFG_CMD_DATE | \ CFG_CMD_DHCP | \ CFG_CMD_FAT | \ - CFG_CMD_JFFS2 | \ CFG_CMD_NFS | \ CFG_CMD_SNTP | \ CFG_CMD_USB ) @@ -174,7 +173,6 @@ CFG_CMD_DATE | \ CFG_CMD_DHCP | \ CFG_CMD_FAT | \ - CFG_CMD_JFFS2 | \ CFG_CMD_NFS | \ CFG_CMD_SNTP | \ CFG_CMD_USB ) |