[U-Boot] [PATCH 0/2] select default commands in Kconfig

Alexey Brodkin Alexey.Brodkin at synopsys.com
Sat Jan 3 14:20:07 CET 2015


Now when we may select commands via menuconfig let's adjust default
settings with "config_cmd_default.h".

As the next step we may get rid of "config_cmd_default.h" inclusion in
"include/configs/*.h" and "config_cmd_default.h" itself.

But while "config_cmd_default.h" is still there we need to work-around
compile-time warnings.

Alexey Brodkin (2):
  common: mark commands as default to match "config_cmd_default.h"
  config_cmd_default.h: wrap each definition in "ifndef"

 common/Kconfig               | 19 +++++++++++++++++++
 include/config_cmd_default.h | 42 ++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 61 insertions(+)

-- 
2.1.0



More information about the U-Boot mailing list