From: Peter Korsgaard Date: Fri, 31 Mar 2006 10:29:52 +0000 (-0800) Subject: [PATCH] mtd/redboot: Handle holes in fis table X-Git-Tag: v2.6.17-rc1~131 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84e699e6ec5b431289474f78f8df9dfcc2737085;p=pandora-kernel.git [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 Cc: Thomas Gleixner Acked-by: David Woodhouse Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed