board/hardkernel/odroidxu4/genimage.cfg: beautify file
Beatify this genimage .cfg file to have consistency with all genimage .cfg files in Buildroot. Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
c799afd6d6
commit
4ee0c22bae
@ -6,6 +6,7 @@ image boot.vfat {
|
|||||||
"exynos5422-odroidxu4.dtb"
|
"exynos5422-odroidxu4.dtb"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
size = 32M
|
size = 32M
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -17,34 +18,34 @@ image sdcard.img {
|
|||||||
in-partition-table = "no"
|
in-partition-table = "no"
|
||||||
image = "bl1.bin.hardkernel"
|
image = "bl1.bin.hardkernel"
|
||||||
offset = 512
|
offset = 512
|
||||||
size = 15360
|
size = 15K
|
||||||
}
|
}
|
||||||
|
|
||||||
partition bl2 {
|
partition bl2 {
|
||||||
in-partition-table = "no"
|
in-partition-table = "no"
|
||||||
image = "bl2.bin.hardkernel.720k_uboot"
|
image = "bl2.bin.hardkernel.720k_uboot"
|
||||||
offset = 15872
|
offset = 15872 # 15KB + 512B
|
||||||
size = 16384
|
size = 16K
|
||||||
}
|
}
|
||||||
|
|
||||||
partition u-boot {
|
partition u-boot {
|
||||||
in-partition-table = "no"
|
in-partition-table = "no"
|
||||||
image = "u-boot-dtb.bin"
|
image = "u-boot-dtb.bin"
|
||||||
offset = 32256
|
offset = 32256 # 31KB + 512B
|
||||||
size = 720k
|
size = 720K
|
||||||
}
|
}
|
||||||
|
|
||||||
partition tzsw {
|
partition tzsw {
|
||||||
in-partition-table = "no"
|
in-partition-table = "no"
|
||||||
image = "tzsw.bin.hardkernel"
|
image = "tzsw.bin.hardkernel"
|
||||||
offset = 769536
|
offset = 769536 # 751KB + 512B
|
||||||
size = 256k
|
size = 256K
|
||||||
}
|
}
|
||||||
|
|
||||||
partition vfat {
|
partition vfat {
|
||||||
partition-type = 0xC
|
partition-type = 0xC
|
||||||
image = "boot.vfat"
|
image = "boot.vfat"
|
||||||
offset = 2097152
|
offset = 2M
|
||||||
}
|
}
|
||||||
|
|
||||||
partition rootfs {
|
partition rootfs {
|
||||||
|
Loading…
Reference in New Issue
Block a user