configs/stm32mp157c_dk2: disable ext4 metadata_csum option
authorBartosz Bilas <b.bilas@grinn-global.com>
Sun, 3 Nov 2019 11:50:16 +0000 (12:50 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 1 Jan 2020 16:17:18 +0000 (17:17 +0100)
commit659ff49e51e64e72e033376abeb92204b29f53f6
treecc6f601c06975ad4a791b713a7bd5cd0a4c6264d
parenta741402138806296e62e2391f0c8be76e9f84753
configs/stm32mp157c_dk2: disable ext4 metadata_csum option

The U-Boot ext4 write support doesn't work with the metadata_csum
option, and the stm32mp157 U-Boot defconfig uses an environment stored
in an ext4 filesystem, so we must create the ext4 root filesystem
without the metadata_csum option enabled.

Signed-off-by: Bartosz Bilas <b.bilas@grinn-global.com>
[Thomas: only disable the metadata_csum option, the 64bit and
dir_index options can be kept enabled]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
configs/stm32mp157c_dk2_defconfig