diff mbox

[U-Boot,v2,09/12] README: Add CONFIG_SPL_OS_BOOT to README

Message ID 1386612538-11186-10-git-send-email-trini@ti.com
State Deferred
Delegated to: Tom Rini
Headers show

Commit Message

Tom Rini Dec. 9, 2013, 6:08 p.m. UTC
Signed-off-by: Tom Rini <trini@ti.com>
---
 README |    4 ++++
 1 file changed, 4 insertions(+)
diff mbox

Patch

diff --git a/README b/README
index 1b5a598..4b42a71 100644
--- a/README
+++ b/README
@@ -3157,6 +3157,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.