blob: 2d4a18a99b15b9cac5d57f40319d918355126ab2 [file] [log] [blame]
image sdcard.img {
hdimage {
}
partition uboot-spl {
in-partition-table = "no"
image = "u-boot-spl.bin"
offset = 512
}
partition uboot {
in-partition-table = "no"
image = "u-boot.img"
offset = 14K
}
partition uboot-env {
in-partition-table = "no"
image = "uboot-env.bin"
offset = 526K
}
partition rootfs {
partition-type = 0x83
image = "rootfs.ext4"
offset = 2M
}
}