From mboxrd@z Thu Jan 1 00:00:00 1970 From: Soeren Moch Date: Mon, 11 May 2015 20:12:08 +0200 Subject: [U-Boot] [PATCH 5/5] tbs2910: add ext4 write support In-Reply-To: <1430860162-24034-5-git-send-email-smoch@web.de> References: <1430860162-24034-1-git-send-email-smoch@web.de> <1430860162-24034-5-git-send-email-smoch@web.de> Message-ID: <5550F0F8.1060505@web.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 05/05/15 23:09, Soeren Moch wrote: > Add CONFIG_CMD_EXT4_WRITE to enable ext4 write support. > > Signed-off-by: Soeren Moch > --- > Cc: Stefano Babic > --- > include/configs/tbs2910.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/include/configs/tbs2910.h b/include/configs/tbs2910.h > index 1f3c3d8..d0d6a30 100644 > --- a/include/configs/tbs2910.h > +++ b/include/configs/tbs2910.h > @@ -83,6 +83,7 @@ > > /* Filesystems / image support */ > #define CONFIG_CMD_EXT4 > +#define CONFIG_CMD_EXT4_WRITE > #define CONFIG_CMD_FAT > #define CONFIG_DOS_PARTITION > #define CONFIG_EFI_PARTITION Stefano, if the series [PATCH 0/10 v2] i.MX6: move duplicated options to mx6_common to standardise mx6 config will be applied (what I think would be a good idea), then please drop this patch. Thanks, Soeren