[RFC 12/13] lib: uuid: move CONFIG_RANDOM_UUID
Ilias Apalodimas
ilias.apalodimas at linaro.org
Fri Oct 27 14:24:13 CEST 2023
On Thu, 26 Oct 2023 at 08:31, AKASHI Takahiro
<takahiro.akashi at linaro.org> wrote:
>
> This option is independent from any commands and should be managed
> under lib. For instance, drivers/block/rkmtd.c is a user.
>
> It would be better to remove this configuration.
>
> Signed-off-by: AKASHI Takahiro <takahiro.akashi at linaro.org>
> ---
> cmd/Kconfig | 7 -------
> lib/Kconfig | 7 +++++++
> 2 files changed, 7 insertions(+), 7 deletions(-)
>
> diff --git a/cmd/Kconfig b/cmd/Kconfig
> index 3a8483f7d042..c42745d06b39 100644
> --- a/cmd/Kconfig
> +++ b/cmd/Kconfig
> @@ -1143,13 +1143,6 @@ config CMD_GPT
> Enable the 'gpt' command to ready and write GPT style partition
> tables.
>
> -config RANDOM_UUID
> - bool "GPT Random UUID generation"
> - select LIB_UUID
> - help
> - Enable the generation of partitions with random UUIDs if none
> - are provided.
> -
> config CMD_GPT_RENAME
> bool "GPT partition renaming commands"
> depends on CMD_GPT
> diff --git a/lib/Kconfig b/lib/Kconfig
> index f6ca559897e7..b6d580c30615 100644
> --- a/lib/Kconfig
> +++ b/lib/Kconfig
> @@ -74,6 +74,13 @@ config HAVE_PRIVATE_LIBGCC
> config LIB_UUID
> bool
>
> +config RANDOM_UUID
> + bool "GPT Random UUID generation"
> + select LIB_UUID
> + help
> + Enable the generation of partitions with random UUIDs if none
> + are provided.
> +
> config SPL_LIB_UUID
> depends on SPL
> bool
> --
> 2.34.1
>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas at linaro.org>
More information about the U-Boot
mailing list