]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
kconfig: move CONFIG_CMD_BOOTM to Kconfig
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Tue, 16 Sep 2014 07:33:00 +0000 (16:33 +0900)
committerTom Rini <trini@ti.com>
Wed, 24 Sep 2014 22:30:28 +0000 (18:30 -0400)
commitdba1697057abed60bcb46ff724dad9f3e090c566
treec4c832cf17fc05ab564fb54a67f390d043b1e91d
parentb0928da648d440778512ddd81e690717239b8f1f
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>
common/Kconfig
configs/bf506f-ezkit_defconfig
configs/controlcenterd_TRAILBLAZER_DEVELOP_defconfig
configs/controlcenterd_TRAILBLAZER_defconfig
include/config_cmd_defaults.h
include/configs/bf506f-ezkit.h
include/configs/controlcenterd.h