]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] mtd/redboot: Handle holes in fis table
authorPeter Korsgaard <jacmet@sunsite.dk>
Fri, 31 Mar 2006 10:29:52 +0000 (02:29 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 31 Mar 2006 20:18:49 +0000 (12:18 -0800)
commit84e699e6ec5b431289474f78f8df9dfcc2737085
tree6f402905e4b4fd3fe8f2bdafdb8f0d13b5b5a371
parenta63ec1b7b7c38f9a61ed11eefd670a49879e9dd3
[PATCH] mtd/redboot: Handle holes in fis table

Redboot simply sets the first character of a fis entry to 0xff on "fis
delete".  The kernel redboot parser stops parsing on such an entry, and
without this patch any entries after a deleted image would not be detected.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Cc: Thomas Gleixner <tglx@linutronix.de>
Acked-by: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/mtd/redboot.c