[U-Boot] [PATCH 27/28] Blackfin: ldrinfo: new command

Wolfgang Denk wd at denx.de
Mon Jan 10 23:39:46 CET 2011


Dear Mike Frysinger,

In message <1293425300-27644-28-git-send-email-vapier at gentoo.org> you wrote:
> Simple command to decode/check an LDR image before we try to boot it.
> 
> Signed-off-by: Mike Frysinger <vapier at gentoo.org>
> ---
>  common/Makefile      |    1 +
>  common/cmd_ldrinfo.c |  192 ++++++++++++++++++++++++++++++++++++++++++++++++++
>  2 files changed, 193 insertions(+), 0 deletions(-)
>  create mode 100644 common/cmd_ldrinfo.c
> 
> diff --git a/common/Makefile b/common/Makefile
> index abea91c..9cc8dd1 100644
> --- a/common/Makefile
> +++ b/common/Makefile
> @@ -105,6 +105,7 @@ COBJS-$(CONFIG_CMD_IRQ) += cmd_irq.o
>  COBJS-$(CONFIG_CMD_ITEST) += cmd_itest.o
>  COBJS-$(CONFIG_CMD_JFFS2) += cmd_jffs2.o
>  COBJS-$(CONFIG_CMD_CRAMFS) += cmd_cramfs.o
> +COBJS-$(CONFIG_CMD_LDRINFO) += cmd_ldrinfo.o
>  COBJS-$(CONFIG_CMD_LICENSE) += cmd_license.o
>  COBJS-y += cmd_load.o
>  COBJS-$(CONFIG_LOGBUFFER) += cmd_log.o

Please add documentation for the new CONFIG_CMD_LDRINFO option.

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
Life is a process, not a principle, a mystery  to  be  lived,  not  a
problem to be solved. - Gerard Straub, television producer and author
(stolen from Frank Herbert??)


More information about the U-Boot mailing list