diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-09-30 14:41:38 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-09-30 14:41:38 +0200 |
commit | c4eb25ff3dcca17820e027b6ca51840dc860ee3c (patch) | |
tree | 30c0ea6369dd845980f66b35722ba4636a1afd7c /fs/jffs2 | |
parent | d487168c711388efbe8185e94e2690bdf7cd5b4a (diff) | |
parent | 97d8618c6cc2970ea5870ae214344b3bff083883 (diff) | |
download | buildroot-novena-c4eb25ff3dcca17820e027b6ca51840dc860ee3c.tar.gz buildroot-novena-c4eb25ff3dcca17820e027b6ca51840dc860ee3c.zip |
Merge branch 'for-2010.11/remove-deprecated-arch' of git://git.busybox.net/~tpetazzoni/git/buildroot
Diffstat (limited to 'fs/jffs2')
-rw-r--r-- | fs/jffs2/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/jffs2/Config.in b/fs/jffs2/Config.in index 3f1656869..edb1f4d94 100644 --- a/fs/jffs2/Config.in +++ b/fs/jffs2/Config.in @@ -97,10 +97,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" |