[U-Boot] [PATCH 1/2] powerpc/85xx: Add command to report errata workarounds

Wolfgang Denk wd at denx.de
Wed Jul 14 21:29:47 CEST 2010


Dear Kumar Gala,

In message <1276143535-22532-1-git-send-email-galak at kernel.crashing.org> you wrote:
> Add 'errata' command to report what errata we workaround
> 
> Signed-off-by: Kumar Gala <galak at kernel.crashing.org>
> ---
>  arch/powerpc/cpu/mpc85xx/Makefile     |    1 +
>  arch/powerpc/cpu/mpc85xx/cmd_errata.c |   35 +++++++++++++++++++++++++++++++++
>  2 files changed, 36 insertions(+), 0 deletions(-)
>  create mode 100644 arch/powerpc/cpu/mpc85xx/cmd_errata.c
...
> +static int do_errata(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
> +{
> +	return 0;
> +}

NAK. Please do not add dead code.

Please re-submit when you really add code here.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Time is fluid ... like a river with currents, eddies, backwash.
	-- Spock, "The City on the Edge of Forever", stardate 3134.0


More information about the U-Boot mailing list