diff mbox

[U-Boot,v3,07/10] README: Add CONFIG_SPL_OS_BOOT to README

Message ID 1396022622-3527-7-git-send-email-trini@ti.com
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Tom Rini March 28, 2014, 4:03 p.m. UTC
Signed-off-by: Tom Rini <trini@ti.com>
---
 README |    4 ++++
 1 file changed, 4 insertions(+)

Comments

Tom Rini April 18, 2014, 1:22 p.m. UTC | #1
On Fri, Mar 28, 2014 at 12:03:39PM -0400, Tom Rini wrote:

> Signed-off-by: Tom Rini <trini@ti.com>

Applied to u-boot-ti/master, thanks!
diff mbox

Patch

diff --git a/README b/README
index b035033..56ecaa1 100644
--- a/README
+++ b/README
@@ -3242,6 +3242,10 @@  FIT uImage format:
 		supports MMC, NAND and YMODEM loading of U-Boot and NAND
 		NAND loading of the Linux Kernel.
 
+		CONFIG_SPL_OS_BOOT
+		Enable booting directly to an OS from SPL.
+		See also: doc/README.falcon
+
 		CONFIG_SPL_DISPLAY_PRINT
 		For ARM, enable an optional function to print more information
 		about the running system.