]> git.sur5r.net Git - u-boot/commit
iso: Allow 512 byte sector size
authorAlexander Graf <agraf@suse.de>
Mon, 11 Apr 2016 14:16:16 +0000 (16:16 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 18 Apr 2016 21:11:35 +0000 (17:11 -0400)
commita2adb173ec1551ce8a2081085d20d82162f7900d
tree25a9130965a67ff96d2e19988c1dd2c58e64344e
parent2579c67478b9606ae7ff1370165e9f222fe19950
iso: Allow 512 byte sector size

Real CD-ROMs are pretty obsolete these days. Usually people still keep
iso files around, but just put them on USB sticks or SD cards and expect
them to "just work".

To support this use case with El Torito images, add support for 512 byte
sector size to the iso parsing code.

Signed-off-by: Alexander Graf <agraf@suse.de>
disk/part_iso.c