From: Tom Rini Date: Mon, 8 Jul 2013 16:15:14 +0000 (-0400) Subject: README.falcon: Note how we determine if we can boot the OS or not X-Git-Tag: v2013.10-rc1~22^2~73 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d118d7660120635a91bde47fdb9da3776462c0b2;p=kernel%2Fu-boot.git README.falcon: Note how we determine if we can boot the OS or not Reviewed-by: Peter Korsgaard Signed-off-by: Tom Rini --- 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.