]> git.baikalelectronics.ru Git - uboot.git/commit
lib: Add an SPL config for LIB_UUID
authorSimon Glass <sjg@chromium.org>
Wed, 22 Feb 2023 16:34:11 +0000 (09:34 -0700)
committerTom Rini <trini@konsulko.com>
Thu, 2 Mar 2023 22:45:58 +0000 (17:45 -0500)
commit8aef2c6db852400f69987a40165bed7a67a0693b
tree035ae4ec4a1e6fe8a6af778ce0702fa8ae358b2f
parent3a84f7255179d2f0c0cf2436e6ed3a98a897ffb7
lib: Add an SPL config for LIB_UUID

This is selected by PARTITION_UUIDS which has a separate option for SPL.
Add an SPL option for LIB_UUID also, so that we can keep them consistent.

Also add one for PARTITION_TYPE_GUID to avoid a build error in part_efi.c
which wants to call a uuid function in SPL.

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