[U-Boot-Users] [PATCH] fix compilation problem for mpc8349itx CFG_RAMBOOT
Wolfgang Denk
wd at denx.de
Thu May 24 14:36:53 CEST 2007
Dear Nikita,
in message <200705241210.19623 at zigzag.lvk.cs.msu.su> you wrote:
>
> > * all commands except foo, bar and baz
>
> #include "define_all_cmds.h"
> #undef CONFIG_CMD_FOO
> #undef CONFIG_CMD_BAR
> #undef CONFIG_CMD_BAZ
>
> > * all default commands plus foo, but without baz
>
> #include "define_default_cmds.h"
> #define CONFIG_CMD_FOO
> #undef CONFIG_CMD_BAZ
>
> > I guess then you will have to list up all commands you want to
> > include somewhere - either in the board onfig file or in another
> > header file.
>
> Sure - in separate headers files. I see no problems here. It scales.
Good idea. Shall we go for that?
Any other opinions, ACKs or NACKs?
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
Gewöhnlich glaubt der Mensch, wenn er nur Worte hört, es müsse sich
dabei doch auch was denken lassen. -- Goethe, Faust I
More information about the U-Boot
mailing list