From 97d8618c6cc2970ea5870ae214344b3bff083883 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Wed, 11 Aug 2010 15:43:30 +0200 Subject: Remove code specific to removed architectures Signed-off-by: Thomas Petazzoni --- fs/jffs2/Config.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fs') 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" -- cgit v1.2.3