]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
kconfig: move CONFIG_CMD_IMPORTENV to Kconfig
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Tue, 16 Sep 2014 07:33:04 +0000 (16:33 +0900)
committerTom Rini <trini@ti.com>
Wed, 24 Sep 2014 22:30:29 +0000 (18:30 -0400)
commit1d5c20154f0797e9a79fd0b39a9ae8a8801f6a51
treeaeed6d3cb0b6af4b16f12959e15361a8109bc1b5
parent726ac8e4c505f086c1decd5263068373254ee60a
kconfig: move CONFIG_CMD_IMPORTENV to Kconfig

Since CONFIG_CMD_IMPORTENV is defined in config_cmd_defaults.h,
it should be enabled for all the boards except bf506f-ezkit
that undefs it explicitely.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: Simon Glass <sjg@chromium.org>
Tested-by: Simon Glass <sjg@chromium.org>
common/Kconfig
configs/bf506f-ezkit_defconfig
include/config_cmd_defaults.h
include/configs/bf506f-ezkit.h
include/configs/h2200.h