mirror of
https://github.com/hamishcoleman/thinkpad-ec
synced 2024-11-16 06:12:48 +00:00
The E330 firmware update had a different FAT_OFFSET to everything else, note that we need to deal with that
This commit is contained in:
parent
3e8289d926
commit
0fa73ec043
5
Makefile
5
Makefile
@ -73,8 +73,11 @@ list_images:
|
||||
.PHONY: list_images
|
||||
|
||||
# All the bios update iso images I have checked have had a fat16 filesystem
|
||||
# embedded in a dos mbr image as the el-torito ISO payload. They also all
|
||||
# embedded in a dos mbr image as the el-torito ISO payload. Most of them
|
||||
# had the same offset to this fat filesystem, so hardcode that offset here.
|
||||
# FIXME:
|
||||
# - checking the E330 image showed a different FAT_OFFSET, need to handle that
|
||||
|
||||
# The offset value is bytes in decimal.
|
||||
FAT_OFFSET := 71680
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user