]> git.ipfire.org Git - thirdparty/u-boot.git/commit
Correct SPL use of PARTITION_TYPE_GUID
authorSimon Glass <sjg@chromium.org>
Sun, 5 Feb 2023 22:40:27 +0000 (15:40 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 10 Feb 2023 12:41:39 +0000 (07:41 -0500)
commit0b11c3da6b362b24fdb3f46390b0adfc2fd71e19
tree2638dc1655ec072283a7bb95dd52db9b99f97cbc
parentbc2dba9603af5adb9b33e8e10dc95e9ef95a38f8
Correct SPL use of PARTITION_TYPE_GUID

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_PARTITION_TYPE_GUID defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>
disk/part_efi.c