-
- Downloads
kconfig: move CONFIG_CMD_BOOTM to Kconfig
CONFIG_CMD_BOOTM is defined in config_cmd_defaults.h which is forcebly included from each board. So, the default value of "config CMD_BOOTM" should be "y". For some boards undefining it (bf506f-ezkit, controlcenterd_TRAILBLA, controlcenterd_TRAILBLAZER_DEVELOP, controlcenterd_TRAILBLAZER), "# CONFIG_CMD_BOOTM is not set" should be added to their defconfig. Signed-off-by:Masahiro Yamada <yamada.m@jp.panasonic.com> Acked-by:
Simon Glass <sjg@chromium.org>
Showing
- common/Kconfig 6 additions, 0 deletionscommon/Kconfig
- configs/bf506f-ezkit_defconfig 1 addition, 0 deletionsconfigs/bf506f-ezkit_defconfig
- configs/controlcenterd_TRAILBLAZER_DEVELOP_defconfig 1 addition, 0 deletionsconfigs/controlcenterd_TRAILBLAZER_DEVELOP_defconfig
- configs/controlcenterd_TRAILBLAZER_defconfig 1 addition, 0 deletionsconfigs/controlcenterd_TRAILBLAZER_defconfig
- include/config_cmd_defaults.h 0 additions, 1 deletioninclude/config_cmd_defaults.h
- include/configs/bf506f-ezkit.h 0 additions, 1 deletioninclude/configs/bf506f-ezkit.h
- include/configs/controlcenterd.h 0 additions, 1 deletioninclude/configs/controlcenterd.h
Loading
Please register or sign in to comment