summaryrefslogtreecommitdiff
path: root/fs
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-08-11 15:43:30 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-08-31 20:28:21 +0200
commit97d8618c6cc2970ea5870ae214344b3bff083883 (patch)
tree26d1450015867195930dac11ede8c234544ea7b8 /fs
parent343f480fe2647febe7fc713722d1131242ba20e3 (diff)
Remove code specific to removed architectures
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'fs')
-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 b787ec9d1..de1376881 100644
--- a/fs/jffs2/Config.in
+++ b/fs/jffs2/Config.in
@@ -95,10 +95,10 @@ config BR2_TARGET_ROOTFS_JFFS2_PADSIZE
choice
prompt "Endianess"
- default BR2_TARGET_ROOTFS_JFFS2_BE if BR2_alpha || BR2_armeb || \
+ 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_sparc64
+ BR2_sh3eb || BR2_sh4eb || BR2_sparc
config BR2_TARGET_ROOTFS_JFFS2_LE
bool "little-endian"