From 726ac8e4c505f086c1decd5263068373254ee60a Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Tue, 16 Sep 2014 16:33:03 +0900 Subject: kconfig: move CONFIG_CMD_GO to Kconfig Since CONFIG_CMD_GO is defined in config_cmd_defaults.h (and no board undefs it its own header), it can be moved to Kconfig with the default value "y". Signed-off-by: Masahiro Yamada Acked-by: Simon Glass Tested-by: Simon Glass --- common/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'common/Kconfig') diff --git a/common/Kconfig b/common/Kconfig index f628315..7875e5e 100644 --- a/common/Kconfig +++ b/common/Kconfig @@ -19,4 +19,10 @@ config CMD_EXPORTENV help Export environments. +config CMD_GO + bool "Enable go command" + default y + help + Start an application at a given address. + endmenu -- cgit v1.1