Commit 5e3a388cddce1685ccd9bc1b58ddb89a191ed88f

Authored by Kevin Mihelich
Committed by Stefano Babic
1 parent e9feee6370

nitrogen6x: config: enable EXT4 filesystem

Support reading/writing ext4 partitions.

Signed-off-by: Kevin Mihelich <kevin@archlinuxarm.org>
Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

include/configs/nitrogen6x.h
... ... @@ -77,6 +77,8 @@
77 77 #define CONFIG_GENERIC_MMC
78 78 #define CONFIG_BOUNCE_BUFFER
79 79 #define CONFIG_CMD_EXT2
  80 +#define CONFIG_CMD_EXT4
  81 +#define CONFIG_CMD_EXT4_WRITE
80 82 #define CONFIG_CMD_FAT
81 83 #define CONFIG_DOS_PARTITION
82 84