75cb88ae66
This is the reference design board for the NXP LS1028a SoC. see https://www.nxp.com/design/qoriq-developer-resources/layerscape-ls1028a-reference-design-board:LS1028ARDB Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Reviewed-by: Giulio Benetti <giulio.benetti@benettiengineering.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
24 lines
312 B
INI
24 lines
312 B
INI
image sdcard.img {
|
|
hdimage {
|
|
}
|
|
|
|
partition fsbl {
|
|
offset = 4K
|
|
in-partition-table = "no"
|
|
image = "bl2_sd.pbl"
|
|
}
|
|
|
|
partition ssbl {
|
|
offset = 1M
|
|
in-partition-table = "no"
|
|
image = "fip.bin"
|
|
}
|
|
|
|
partition rootfs {
|
|
offset = 8M
|
|
partition-type = 0x83
|
|
bootable = "true"
|
|
image = "rootfs.ext4"
|
|
}
|
|
}
|