[U-Boot] [PATCH v5 4/5] OMAP: networking support for SPL

Ilya Yanok ilya.yanok at cogentembedded.com
Mon Sep 17 19:54:55 CEST 2012


Hi Tom,

On Mon, Sep 17, 2012 at 9:04 PM, Tom Rini <trini at ti.com> wrote:

> > I agree it's not the best place... config_cmd_spl.h sounds a little
> > bit crazy as we don't have any commands at all in SPL...
>
>
> How about config_uncmd_spl.h then and a nice big comment up top
>

Well, it will be at least less confusing...


> explaining what we're doing.  Or can we take another stab at seeing
> why some stuff isn't being garbage collected?  If
> garbage_collected_func_a calls never_seen_while_linking_func, we still
> succeed since we garbage collect the first func.  There's just the gcc
> issue I've noted before about strings.
>

That's not really about garbage collection in this case (net-spl). I want
to disable some functionality of generic net code not some stuff used only
by commands implementation. The confusion comes from the fact that this
code is protected by CONFIG_CMD_* defines.

Regards, Ilya.


More information about the U-Boot mailing list