scripts: gen_image_generic: allow the partition types to be set
authorMathew McBride <matt@traverse.com.au>
Thu, 20 Apr 2023 06:36:50 +0000 (06:36 +0000)
committerPetr Štetiar <ynezz@true.cz>
Fri, 2 Jun 2023 09:36:13 +0000 (11:36 +0200)
commit701d774f54aef2f9fe3c584700773dcb260dd03c
treee5a272171d7631060931056fd279397b38d721a8
parent8f29b1573ddf3b7ed7c53bee1a7d55e574806205
scripts: gen_image_generic: allow the partition types to be set

The use case for this is to set the kernel partition as the
EFI system partition. Versions of U-Boot with the
EFI boot manager (eficonfig and efidebug commands) will
store their boot order data on the ESP.

Signed-off-by: Mathew McBride <matt@traverse.com.au>
scripts/gen_image_generic.sh