diff options
author | Tom Rini <trini@ti.com> | 2013-07-08 12:15:14 -0400 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-07-26 16:39:10 -0400 |
commit | d118d7660120635a91bde47fdb9da3776462c0b2 (patch) | |
tree | bc6016c27ca16bc801e16484b7c8bee62e998ea5 /doc | |
parent | c4ec281822562de4ac5850d3b623412be8b721a7 (diff) | |
download | u-boot-imx-d118d7660120635a91bde47fdb9da3776462c0b2.zip u-boot-imx-d118d7660120635a91bde47fdb9da3776462c0b2.tar.gz u-boot-imx-d118d7660120635a91bde47fdb9da3776462c0b2.tar.bz2 |
README.falcon: Note how we determine if we can boot the OS or not
Reviewed-by: Peter Korsgaard <jacmet@sunsite.dk>
Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/README.falcon | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/README.falcon b/doc/README.falcon index 93e855d..6357b1e 100644 --- a/doc/README.falcon +++ b/doc/README.falcon @@ -41,6 +41,8 @@ file (CONFIG_CMD_SPL_NAND_OFS for NAND). 3. Boot the board into Falcon Mode. SPL will load the kernel and copy the parameters which are saved in the persistent area to the required address. +If a valid uImage is not found at the defined location, U-Boot will be +booted instead. It is required to implement a custom mechanism to select if SPL loads U-Boot or another image. |