mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
BOARD-genim.cfg: revert gpt reloc. outside uboot (#174)
no need since we fit into first unused 7KB which doesn't conflict with disk's LBA layout
This commit is contained in:
@@ -23,10 +23,7 @@ image bootfs.vfat {
|
||||
|
||||
image ${IMAGE_NAME:-miyoo-cfw-2.0.0.img} {
|
||||
hdimage {
|
||||
# for root=PARTLABEL support
|
||||
partition-table-type = gpt
|
||||
# default GPT location conflicts with bootloaders, move it after
|
||||
gpt-location = 1M
|
||||
}
|
||||
|
||||
partition u-boot {
|
||||
|
||||
Reference in New Issue
Block a user