[U-Boot] [PATCH 02/16] arch/arm/lib/bootm.c: Optionally use existing atags
Pali Rohár
pali.rohar at gmail.com
Sun Dec 18 21:12:07 CET 2011
On Sunday 18 December 2011 13:54:21 Mike Frysinger wrote:
> On Saturday 17 December 2011 12:03:04 Pali Rohár wrote:
> > + s = getenv ("atagaddr");
>
> no space before the "("
>
> > #if defined (CONFIG_SETUP_MEMORY_TAGS) || \
> >
> > defined (CONFIG_CMDLINE_TAG) || \
> > defined (CONFIG_INITRD_TAG) || \
> > defined (CONFIG_SERIAL_TAG) || \
> > defined (CONFIG_REVISION_TAG)
> >
> > ...
> > +#if defined (CONFIG_SETUP_MEMORY_TAGS) || \
> > + defined (CONFIG_CMDLINE_TAG) || \
> > + defined (CONFIG_INITRD_TAG) || \
> > + defined (CONFIG_SERIAL_TAG) || \
> > + defined (CONFIG_REVISION_TAG)
>
> rather than duplicating the same list in multiple places, why not setup a
> local define in this file and then use that everywhere else.
> -mike
I will add local define CONFIG_ANY_TAG to bootm.c
+#if defined (CONFIG_SETUP_MEMORY_TAGS) || \
+ defined (CONFIG_CMDLINE_TAG) || \
+ defined (CONFIG_INITRD_TAG) || \
+ defined (CONFIG_SERIAL_TAG) || \
+ defined (CONFIG_REVISION_TAG)
+#define CONFIG_ANY_TAG
+#endif
--
Pali Rohár
pali.rohar at gmail.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20111218/45a2a595/attachment.pgp>
More information about the U-Boot
mailing list