revert to MBR

Signed-off-by: Michel-FK <michel.stempin@funkey-project.com>
This commit is contained in:
Michel-FK
2020-11-26 23:23:26 +01:00
parent 7688c3fcf7
commit 7a7eef2fae
15 changed files with 68 additions and 88 deletions

View File

@@ -3,16 +3,8 @@ config {
image sdcard-prod.img {
hdimage {
gpt = true
gpt-location = 800K
}
# partition gpt-header {
# in-partition-table = "no"
# offset = 1K
# size = 512
# }
partition u-boot {
in-partition-table = "no"
image = "Recovery/output/images/u-boot-sunxi-with-spl.bin"
@@ -27,12 +19,6 @@ image sdcard-prod.img {
image = "Recovery/output/images/u-boot-env-prod.img"
}
# partition gpt-table {
# in-partition-table = "no"
# offset = 800K
# size = 16K
# }
partition Recovery {
offset = 1M
partition-type = 0x83