]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/microblaze-generic.h
Convert CONFIG_CMD_JFFS2 to Kconfig
[people/ms/u-boot.git] / include / configs / microblaze-generic.h
index 4084c6efbde16b0a9c57b1d0f5d2b0bf622bbe5c..4c64f18fbcf3d613e55ddee2a9f9f5693dd2cd97 100644 (file)
 #define CONFIG_CMD_MFSL
 
 #if defined(FLASH)
-# define CONFIG_CMD_JFFS2
 # undef CONFIG_CMD_UBIFS
 
 # if !defined(RAMENV)
 #  define CONFIG_CMD_SAVES
 # endif
 #else
-# undef CONFIG_CMD_JFFS2
 # undef CONFIG_CMD_UBIFS
 #endif
 #endif