diff options
author | wdenk <wdenk> | 2003-12-12 00:02:26 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2003-12-12 00:02:26 +0000 |
commit | 5c745d2613cddf5d029a163a95584e770496c7e4 (patch) | |
tree | 437f0363f180b495f8744eec67a864ef39ebb76b /include/configs/incaip.h | |
parent | 50015ab3e1691e49e4267a4799864410fc49a9e8 (diff) | |
download | u-boot-5c745d2613cddf5d029a163a95584e770496c7e4.tar.gz u-boot-5c745d2613cddf5d029a163a95584e770496c7e4.tar.xz u-boot-5c745d2613cddf5d029a163a95584e770496c7e4.zip |
Add JFFS2 support for INCA-IP board
Diffstat (limited to 'include/configs/incaip.h')
-rw-r--r-- | include/configs/incaip.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/configs/incaip.h b/include/configs/incaip.h index 99e7868f9c..15d5c2ee28 100644 --- a/include/configs/incaip.h +++ b/include/configs/incaip.h @@ -89,7 +89,8 @@ #define CONFIG_COMMANDS (CONFIG_CMD_DFL | \ CFG_CMD_ASKENV | \ CFG_CMD_DHCP | \ - CFG_CMD_ELF ) + CFG_CMD_ELF | \ + CFG_CMD_JFFS2 ) #include <cmd_confdefs.h> /* @@ -148,6 +149,9 @@ #define CONFIG_INCA_IP_SWITCH #define CONFIG_NET_MULTI +#define CFG_JFFS2_FIRST_BANK 1 +#define CFG_JFFS2_NUM_BANKS 1 + /*----------------------------------------------------------------------- * Cache Configuration */ |