commit | 58d825fb18053ec7e432de7bbb70a452b9228076 | [log] [tgz] |
---|---|---|
author | Caleb Connolly <caleb.connolly@linaro.org> | Fri Aug 30 13:34:37 2024 +0100 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Thu Sep 12 17:35:37 2024 +0200 |
tree | 73872d8672a9bb97a24f01124fc0c24ff683038c | |
parent | 22c48a92cdcead3c7bfb1449528d275bf8d3d30a [diff] [blame] |
include: export uuid.h Move this header to include/u-boot/ so that it can be used by external tools. Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org> Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
diff --git a/common/flash.c b/common/flash.c index 24ddc8b..226646c 100644 --- a/common/flash.c +++ b/common/flash.c
@@ -8,7 +8,7 @@ #include <flash.h> #include <log.h> -#include <uuid.h> +#include <u-boot/uuid.h> #include <linux/string.h> #include <mtd/cfi_flash.h>