[U-Boot] [PATCH] move default bootm config options to config_cmd_default.h
Wolfgang Denk
wd at denx.de
Wed Sep 9 15:06:21 CEST 2009
Dear Mike Frysinger,
In message <1252500954-31428-1-git-send-email-vapier at gentoo.org> you wrote:
> Rather than declare default bootm OS support options in cmd_bootm.c where
> boards cannot override it, move the options to config_cmd_default.h. Now
> boards that want to disable certain default OS's can do just that.
While I agree with your intention (i. e. I also think it wouldbe
better if this could be more easily changed), I disagree with the
implementation: config_cmd_default.h is intended to select which
commands are enabled by default; it is not the right place to add any
default settings for any commands.
We need to find a better place for that.
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
"No problem is so formidable that you can't walk away from it."
- C. Schulz
More information about the U-Boot
mailing list