diff options
author | Tom Rini <trini@ti.com> | 2014-03-28 12:03:39 -0400 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-04-17 14:39:54 -0400 |
commit | 9607faf20ae48d1a8ad28d9bb2880b9a8eeed872 (patch) | |
tree | 80f39959bbd0907a2b4f51497bba64f1106c0b60 /README | |
parent | ba9a6708ec51c294a9674d6901a8be7c3ef76f57 (diff) | |
download | u-boot-imx-9607faf20ae48d1a8ad28d9bb2880b9a8eeed872.zip u-boot-imx-9607faf20ae48d1a8ad28d9bb2880b9a8eeed872.tar.gz u-boot-imx-9607faf20ae48d1a8ad28d9bb2880b9a8eeed872.tar.bz2 |
README: Add CONFIG_SPL_OS_BOOT to README
Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -3254,6 +3254,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. |