]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - common/Kconfig
kconfig: move CONFIG_CMD_GO to Kconfig
[karo-tx-uboot.git] / common / Kconfig
index f628315dbd095e656a071e4e0fd6e82a75f0e0dd..7875e5e2e20c0ed8592450afb79b781f8fbaad90 100644 (file)
@@ -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