lib: uuid: Do not enable UUID command SPL
authorMarek Vasut <marek.vasut@gmail.com>
Mon, 7 Jan 2019 20:23:38 +0000 (21:23 +0100)
committerTom Rini <trini@konsulko.com>
Tue, 15 Jan 2019 20:28:45 +0000 (15:28 -0500)
commit05f6da3fac8abf4356f4cc7ed5904943eec82535
treedeb0d936920068c7d606d7db18a5d707894514b0
parent92e5cb804ae69a6e58ba49f6ca2e57934e541d88
lib: uuid: Do not enable UUID command SPL

The uuid command is only really useful in U-Boot, but it's useless in
SPL. Worse yet, it pulls in various environment manipulation functions
as it call env_set(). Do not compile the command in in SPL.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Tom Rini <trini@konsulko.com>
lib/uuid.c