commit | 05f6da3fac8abf4356f4cc7ed5904943eec82535 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut@gmail.com> | Mon Jan 07 21:23:38 2019 +0100 |
committer | Tom Rini <trini@konsulko.com> | Tue Jan 15 15:28:45 2019 -0500 |
tree | deb0d936920068c7d606d7db18a5d707894514b0 | |
parent | 92e5cb804ae69a6e58ba49f6ca2e57934e541d88 [diff] |
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>