]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
part_dos: check status flags of partitions
authorDaniel Mack <daniel@caiaq.de>
Mon, 28 Sep 2009 09:40:38 +0000 (11:40 +0200)
committerWolfgang Denk <wd@denx.de>
Sun, 18 Oct 2009 20:50:21 +0000 (22:50 +0200)
commit78f4ca7976748159080c9d920d5eb542d1b32d4f
tree4aa4bef0e7a4683d26ee3432184bb1aceb97eb35
parent45def0ab9d1dedcd2a73939aad8373f760498762
part_dos: check status flags of partitions

Only read partitions which have 0x00 or 0x80 set in their status field.
All others are invalid.

Signed-off-by: Daniel Mack <daniel@caiaq.de>
disk/part_dos.c