[U-Boot-Users] [PATCH] lkc support for U-Boot
Holger Schurig
h.schurig at mn-logistik.de
Thu Nov 7 13:11:33 CET 2002
> Understood. Well, I have to admit that I will have to get used to
> this idea.
Only if you plan to use lkc, after all.
By the way: yesterday I've got an idea on how it would be possible to have old
and new configuration available at the same time. Instead of
if (CONFIG_COMMANDS & CFG_CMD_ELF)
do
if (CONFIG_COMMANDS & CFG_CMD_ELF) || CONFIG_CMD_ELF
More information about the U-Boot
mailing list