From cccee18918a9bcc1b34ddcd33f219a4ed26fc690 Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Tue, 16 Sep 2014 16:33:02 +0900 Subject: kconfig: move CONFIG_CMD_EXPORTENV to Kconfig Since CONFIG_CMD_EXPORTENV 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 Acked-by: Simon Glass Tested-by: Simon Glass --- common/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'common') diff --git a/common/Kconfig b/common/Kconfig index 5dfac250a2..f628315dbd 100644 --- a/common/Kconfig +++ b/common/Kconfig @@ -13,4 +13,10 @@ config CMD_CRC32 help Compute CRC32. +config CMD_EXPORTENV + bool "Enable env export command" + default y + help + Export environments. + endmenu -- cgit v1.2.3