commit | 8d9e12194d9e8ae86fc6dbe82ec6e7fc8fd1ef52 | [log] [tgz] |
---|---|---|
author | Andrew Scull <ascull@google.com> | Fri Apr 05 13:52:55 2019 +0100 |
committer | Andrew Scull <ascull@google.com> | Fri Apr 05 14:09:42 2019 +0100 |
tree | cf93305245e769a6c125fae20fcdd252d94a89f0 | |
parent | 1262ac2cdd4d94522d4678c5cac910191f73e066 [diff] [blame] |
Introduce intermediate build target for std. This gives a place for common functions to be defined. Change-Id: Ifac38e647ab1042a00d224a58e28a0e6807fa60c
diff --git a/src/fdt.c b/src/fdt.c index 3859b46..b781a72 100644 --- a/src/fdt.c +++ b/src/fdt.c
@@ -18,9 +18,8 @@ #include <stdint.h> -#include "hf/arch/std.h" - #include "hf/dlog.h" +#include "hf/std.h" struct fdt_header { uint32_t magic;