Skip to content

Commit

Permalink
ARM: socfpga_defconfig: enable support for large block devices
Browse files Browse the repository at this point in the history
Enable CONFIG_LBDAF, which is required by ext4 fs. This option could
handle both ext3 and ext4, with ext4 requires this option to be enabled,
otherwise the filesystem is mounted RO mode.

Since the LBDAF is enabled by default for 32-bit systems, simply
removing the current "not set" entry enables the support.

Signed-off-by: Andrey Zhizhikin <[email protected]>
Signed-off-by: Dinh Nguyen <[email protected]>
  • Loading branch information
zandrey authored and Dinh Nguyen committed Mar 28, 2019
1 parent 9e98c67 commit cb46b09
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/arm/configs/socfpga_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ CONFIG_NEON=y
CONFIG_OPROFILE=y
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
# CONFIG_LBDAF is not set
# CONFIG_BLK_DEV_BSG is not set
CONFIG_NET=y
CONFIG_PACKET=y
Expand Down

0 comments on commit cb46b09

Please sign in to comment.