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
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot