b51ad28b62
Switch U-Boot from vendor downstream version to upstream. Since the upstream U-Boot uses binman to build the bootable binary (flash.bin) the need for the iMX specifc prepare script is no longer required. Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
18 lines
249 B
INI
18 lines
249 B
INI
image sdcard.img {
|
|
hdimage {
|
|
partition-table-type = "gpt"
|
|
}
|
|
|
|
partition imx-boot {
|
|
in-partition-table = "no"
|
|
image = "flash.bin"
|
|
offset = 33K
|
|
}
|
|
|
|
partition rootfs {
|
|
offset = 8M
|
|
image = "rootfs.ext4"
|
|
partition-uuid = %PARTUUID%
|
|
}
|
|
}
|