From: Soeren Moch <smoch@web.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 08/10] imx6: standardise filesystem and boot options
Date: Mon, 11 May 2015 19:55:35 +0200 [thread overview]
Message-ID: <5550ED17.9030207@web.de> (raw)
In-Reply-To: <5550E52D.6030809@web.de>
On 05/11/15 19:21, Soeren Moch wrote:
> [...]
>
> > diff --git a/include/configs/mx6_common.h b/include/configs/mx6_common.h
> > index 08ae39c..862f668 100644
> > --- a/include/configs/mx6_common.h
> > +++ b/include/configs/mx6_common.h
> > @@ -58,6 +58,18 @@
> > #define CONFIG_CONS_INDEX 1
> > #define CONFIG_BAUDRATE 115200
> >
> > +/* Filesystems and image support */
> > +#define CONFIG_OF_LIBFDT
> > +#define CONFIG_CMD_BOOTZ
> > +#define CONFIG_SUPPORT_RAW_INITRD
> > +#define CONFIG_CMD_FS_GENERIC
> > +#define CONFIG_DOS_PARTITION
> > +#define CONFIG_CMD_EXT2
> > +#define CONFIG_CMD_EXT4
> > +#define CONFIG_CMD_EXT4_WRITE
> > +#define CONFIG_CMD_FAT
> > +
> > /* Miscellaneous configurable options */
> > #define CONFIG_SYS_NO_FLASH
> > #undef CONFIG_CMD_IMLS
>
> [...]
>
> > diff --git a/include/configs/tbs2910.h b/include/configs/tbs2910.h
> > index 34e12eb..5ec2ba6 100644
> > --- a/include/configs/tbs2910.h
> > +++ b/include/configs/tbs2910.h
> > @@ -58,15 +58,6 @@
> > #define CONFIG_CMD_TIME
> >
> > /* Filesystems / image support */
> > -#define CONFIG_CMD_EXT4
> > -#define CONFIG_CMD_FAT
> > -#define CONFIG_DOS_PARTITION
> > -#define CONFIG_EFI_PARTITION
> > -#define CONFIG_CMD_FS_GENERIC
> > -
> > -#define CONFIG_OF_LIBFDT
> > -#define CONFIG_CMD_BOOTZ
> > -#define CONFIG_SUPPORT_RAW_INITRD
> > #define CONFIG_FIT
> >
>
> Peter,
>
> you removed CONFIG_EFI_PARTITION from tbs2910.h without adding it to mx6_common.h .
> Please fix this in your next version of the patch series.
>
> Thanks,
> Soeren
>
One additional comment:
Do we really need CONFIG_CMD_EXT2 when CONFIG_CMD_EXT4 is defined? My understanding
was so far, that CONFIG_CMD_EXT4 alone is enough.
Regards,
Soeren
next prev parent reply other threads:[~2015-05-11 17:55 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-11 16:22 [U-Boot] [PATCH 0/10 v2] i.MX6: move duplicated options to mx6_common to standardise mx6 config Peter Robinson
2015-05-11 16:22 ` [U-Boot] [PATCH 01/10] novena: standardise mx6_common.h include Peter Robinson
2015-05-11 16:22 ` [U-Boot] [PATCH 02/10] imx6: move all standard includes to mx6_common.h Peter Robinson
2015-05-11 16:22 ` [U-Boot] [PATCH 03/10] imx6: move generic imx6 options " Peter Robinson
2015-05-12 8:40 ` Markus Niebel
2015-05-12 10:51 ` Tom Rini
2015-05-12 11:12 ` Markus Niebel
2015-05-15 11:30 ` Stefano Babic
2015-05-11 16:22 ` [U-Boot] [PATCH 04/10] imx6: move standard ATAG configs " Peter Robinson
2015-05-11 16:22 ` [U-Boot] [PATCH 05/10] imx6: move MXC_GPIO define " Peter Robinson
2015-05-11 16:22 ` [U-Boot] [PATCH 06/10] imx6: centralise common boot options in mx6_common.h Peter Robinson
2015-05-11 16:22 ` [U-Boot] [PATCH 07/10] [PATCH 07/10] imx6: move generic miscellaneous and overwrite options Peter Robinson
2015-05-11 16:22 ` [U-Boot] [PATCH 08/10] imx6: standardise filesystem and boot options Peter Robinson
2015-05-11 17:21 ` Soeren Moch
2015-05-11 17:55 ` Soeren Moch [this message]
2015-05-11 16:22 ` [U-Boot] [PATCH 09/10] imx6: generic MMC config options to mx6_common Peter Robinson
2015-05-11 16:22 ` [U-Boot] [PATCH 10/10] mx6: standardise CONFIG_CMD_CACHE Peter Robinson
2015-05-11 18:43 ` [U-Boot] [PATCH 0/10 v2] i.MX6: move duplicated options to mx6_common to standardise mx6 config Soeren Moch
2015-05-15 9:35 ` Stefano Babic
2015-05-15 13:11 ` Soeren Moch
2015-05-19 12:53 ` Stefano Babic
2015-05-21 23:15 ` Peter Robinson
2015-05-22 7:44 ` Stefano Babic
-- strict thread matches above, loose matches on Subject: below --
2015-05-22 16:30 [U-Boot] [PATCH 0/10 v3] " Peter Robinson
2015-05-22 16:30 ` [U-Boot] [PATCH 08/10] imx6: standardise filesystem and boot options Peter Robinson
2015-05-22 18:48 ` Soeren Moch
2015-05-22 23:06 ` Peter Robinson
2015-05-23 4:35 ` Soeren Moch
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5550ED17.9030207@web.de \
--to=smoch@web.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox