[U-Boot] [PATCH v2 5/8] POST: add new memory regions test

Mike Frysinger vapier at gentoo.org
Fri Sep 2 00:09:05 CEST 2011


On Thursday, September 01, 2011 11:39:24 Valentin Longchamp wrote:
> @@ -303,6 +304,19 @@ struct post_test post_list[] =
>  	CONFIG_SYS_POST_COPROC
>      }
>  #endif
> +#if CONFIG_POST & CONFIG_SYS_POST_MEM_REGIONS
> +    {

looks like you'll have to fixup the previous post as well since it seems to be 
missing a "," after its closing brace

> +	"Memory regions test",
> +	"mem_regions",
> +	"This test checks regularly placed regions of the RAM.",
> +	POST_ROM | POST_SLOWTEST | POST_PREREL,
> +	&memory_regions_post_test,
> +	NULL,
> +	NULL,
> +	CONFIG_SYS_POST_MEM_REGIONS
> +    },
> +#endif
> +
>  };

no newline before the closing brace
-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/20110901/d3d25c7c/attachment.pgp 


More information about the U-Boot mailing list