Skip to content
Snippets Groups Projects
Commit d118d766 authored by Tom Rini's avatar Tom Rini
Browse files

README.falcon: Note how we determine if we can boot the OS or not


Reviewed-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
Signed-off-by: default avatarTom Rini <trini@ti.com>
parent c4ec2818
No related branches found
No related tags found
No related merge requests found
...@@ -41,6 +41,8 @@ file (CONFIG_CMD_SPL_NAND_OFS for NAND). ...@@ -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 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. 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 It is required to implement a custom mechanism to select if SPL loads U-Boot
or another image. or another image.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment