From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rini Date: Mon, 8 Jul 2013 12:15:14 -0400 Subject: [U-Boot] [PATCH v2 1/5] README.falcon: Note how we determine if we can boot the OS or not In-Reply-To: <1373300118-27306-1-git-send-email-trini@ti.com> References: <1373300118-27306-1-git-send-email-trini@ti.com> Message-ID: <1373300118-27306-2-git-send-email-trini@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Reviewed-by: Peter Korsgaard Signed-off-by: Tom Rini --- doc/README.falcon | 2 ++ 1 file changed, 2 insertions(+) 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. -- 1.7.9.5