]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
gpt: support random UUIDs without setting environment variables
authorRob Herring <robh@kernel.org>
Mon, 26 Jan 2015 15:44:18 +0000 (09:44 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:18:43 +0000 (14:18 +0200)
commit5979e45f6e8af204edc91946a0214db04f13b1af
tree486ba99d0cf2bc73e49d8b80c70d6d0c536ebe36
parent568c9a67bba98dcbde7c5575c7578a3c32a51076
gpt: support random UUIDs without setting environment variables

Currently, an environment variable must be used to store the randomly
generated UUID for each partition. This is not necessary, so make storing
the UUID optional. Now passing uuid_disk and uuid are optional when random
UUIDs are enabled.

Signed-off-by: Rob Herring <robh@kernel.org>
Acked-by: Przemyslaw Marczak <p.marczak@samsung.com>
common/cmd_gpt.c
doc/README.gpt