]> git.sur5r.net Git - u-boot/blobdiff - cmd/Kconfig
Convert CONFIG_CMD_SPL to Kconfig
[u-boot] / cmd / Kconfig
index 5ac8389e4202bc3b639e3197f65b9f1d2eaccad4..1ca91fcc3848e32dd36b895a269e451229ceb1d2 100644 (file)
@@ -276,6 +276,15 @@ config CMD_POWEROFF
        help
          Poweroff/Shutdown the system
 
+config CMD_SPL
+       bool "spl export - Export boot information for Falcon boot"
+       depends on SPL
+       help
+         Falcon mode allows booting directly from SPL into an Operating
+         System such as Linux, thus skipping U-Boot proper. See
+         doc/README.falcon for full information about how to use this
+         command.
+
 endmenu
 
 menu "Environment commands"