summaryrefslogtreecommitdiff
path: root/fs/jffs2/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'fs/jffs2/Config.in')
-rw-r--r--fs/jffs2/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/jffs2/Config.in b/fs/jffs2/Config.in
index 5748fbb63..9a96d7da1 100644
--- a/fs/jffs2/Config.in
+++ b/fs/jffs2/Config.in
@@ -94,8 +94,8 @@ choice
prompt "Endianess"
default BR2_TARGET_ROOTFS_JFFS2_BE if BR2_armeb || \
BR2_avr32 || BR2_m68k || BR2_mips || \
- BR2_powerpc || BR2_sh2a_nofpueb || BR2_sh2eb || \
- BR2_sh3eb || BR2_sh4eb || BR2_sparc
+ BR2_powerpc || BR2_sh2 || BR2_sh2a || \
+ BR2_sh3eb || BR2_sh4eb || BR2_sh4aeb || BR2_sparc
config BR2_TARGET_ROOTFS_JFFS2_LE
bool "little-endian"