On Mon, Oct 3, 2011 at 6:59 PM, Becky Bruce <bec...@kernel.crashing.org> wrote:
> -#ifdef DEBUG > const char *step_string_tbl[] = { > "STEP_GET_SPD", > "STEP_COMPUTE_DIMM_PARMS", > @@ -153,7 +152,6 @@ const char * step_to_string(unsigned int step) { > > return step_string_tbl[s]; > } > -#endif How big is this array? It looks like it's going to add a bunch of data to the u-boot image that will typically never be used, since DEBUG is usually not defined. There should be an easy way to keep this array defined only when DEBUG is defined. > -- > 1.5.6.5 Your version of git is outdated, BTW. -- Timur Tabi Linux kernel developer at Freescale _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot