[U-Boot-Users] [PATCH] lkc support for U-Boot

Marius Gröger marius.groeger at web.de
Wed Nov 6 14:53:09 CET 2002


Holger Schurig <h.schurig at mn-logistik.de> schrieb am 06.11.02 14:24:32:
> * only handle config vars that start with CONFIG_
> * has only types like int, string, bool, but not bitmask
> 
> and CONFIG_COMMANDS is a bitmask. Of course one could put
...
> If we want to use lkc for this, we have to transfer files like cmd_elf.c from
> 
> #if (CONFIG_COMMANDS & CFG_CMD_ELF)
> 
> into
> 
> #ifdef CONFIG_CMD_ELF

And include all default commands in every board's 
set of config definition. The handy thing about the COMMANDS
bitmask was that it made it easy to use the default
set of commands. You only had to specify special/exotic
commands _on top_ of that.

With your configuration system it likely we have to change
some semantics here.

Regards
Marius.

________________________________________________________________
Keine verlorenen Lotto-Quittungen, keine vergessenen Gewinne mehr! 
Beim WEB.DE Lottoservice: http://tippen2.web.de/?x=13






More information about the U-Boot mailing list