From: Keith Packard Date: Sat, 23 Mar 2013 09:18:55 +0000 (-0700) Subject: altos: Validate boot chain start address X-Git-Tag: 1.2.1~51 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=35ef1f17e3efaa6d586ab7bb301f8133d52023b6;hp=35ef1f17e3efaa6d586ab7bb301f8133d52023b6 altos: Validate boot chain start address If the first block of boot memory has been smashed, and the start address is bogus, don't bother trying to jump to the application. This makes the system more resiliant to flash failures, presuming the loader erases the first block, programs the other blocks and then finally comes back to program the first block. Signed-off-by: Keith Packard ---