9
0
Fork 0

svn_rev_044

remove ifdef
This commit is contained in:
Sascha Hauer 2007-07-05 18:01:16 +02:00 committed by Sascha Hauer
parent bf78e1c8d4
commit 75b1108694
1 changed files with 0 additions and 4 deletions

View File

@ -31,8 +31,6 @@
#include <dataflash.h>
#endif
#if (CONFIG_COMMANDS & CFG_CMD_FLASH)
#if (CONFIG_COMMANDS & CFG_CMD_JFFS2) && defined(CONFIG_JFFS2_CMDLINE)
#include <jffs2/jffs2.h>
@ -731,5 +729,3 @@ U_BOOT_CMD(
#undef TMP_ERASE
#undef TMP_PROT_ON
#undef TMP_PROT_OFF
#endif /* CFG_CMD_FLASH */