deviceinfo: parse GenerateSystemdBoot option (MR 44)

This will be used to adjust behaviour when using systemd boot

Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
This commit is contained in:
Caleb Connolly
2023-12-04 18:50:29 +00:00
committed by Clayton Craft
parent 6618e564ad
commit 98bdb23f01

View File

@@ -19,6 +19,7 @@ type DeviceInfo struct {
InitfsCompression string
InitfsExtraCompression string
UbootBoardname string
GenerateSystemdBoot string
}
// Reads the relevant entries from "file" into DeviceInfo struct