[U-Boot] [PATCH v2 20/20] tegra: Enable LP0 on Seaboard

Mike Frysinger vapier at gentoo.org
Sun Jan 15 05:11:01 CET 2012


On Friday 13 January 2012 16:35:35 Simon Glass wrote:
> --- a/include/configs/tegra2-common.h
> +++ b/include/configs/tegra2-common.h
> 
>  /*
> + * QUOTE(m) will evaluate to a string version of the value of the macro m
> + * passed in.  The extra level of indirection here is to first evaluate
> + * the macro m before applying the quoting operator.
> + */
> +#define QUOTE_(m)       #m
> +#define QUOTE(m)        QUOTE_(m)

we uses to have MK_STR/XMK_STR in common code, but that seems to have gone by 
the wayside.  but arches/boards still have it, so might as well use that 
naming convention.
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20120114/d4b8ba19/attachment.pgp>


More information about the U-Boot mailing list