summaryrefslogtreecommitdiff
path: root/fs
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2016-12-13 09:18:27 +0100
committerPeter Korsgaard <peter@korsgaard.com>2016-12-14 15:59:38 +0100
commit219d0b5db2b9f36c34d750e5c3567f9002eed9db (patch)
tree46a2ca3970e5f495a1758763f79999df71d01fb6 /fs
parent3bf0c368bbf57514448cdc7136891e273116882d (diff)
fs/ext2: default to ext2 rev1
Rev0 is very old (E.G. from before Linux was maintained in git), the kernel prints a scary warning when used: EXT4-fs warning (device sda): ext4_update_dynamic_rev:746: updating to rev 1 because of new feature flag, running e2fsck is recommended And rev0 support is broken in u-boot 2016.11: http://lists.denx.de/pipermail/u-boot/2016-December/275916.html So default to rev1 instead. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'fs')
-rw-r--r--fs/ext2/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext2/Config.in b/fs/ext2/Config.in
index 1e7f719a8..b8eeed25d 100644
--- a/fs/ext2/Config.in
+++ b/fs/ext2/Config.in
@@ -11,7 +11,7 @@ config BR2_TARGET_ROOTFS_EXT2_2
choice
bool "ext2/3/4 variant"
- default BR2_TARGET_ROOTFS_EXT2_2r0
+ default BR2_TARGET_ROOTFS_EXT2_2r1
config BR2_TARGET_ROOTFS_EXT2_2r0
bool "ext2 (rev0)"