projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed5df08
)
test: overlay: add missing include
author
Heinrich Schuchardt
<xypron.glpk@gmx.de>
Thu, 11 Oct 2018 00:16:46 +0000
(
02:16
+0200)
committer
Tom Rini
<trini@konsulko.com>
Mon, 22 Oct 2018 13:18:49 +0000
(09:18 -0400)
Compiling the overlay unit test fails with odroid-c2_defconfig showing
errors like:
test/overlay/cmd_ut_overlay.c:29:8:
error: unknown type name ‘fdt32_t’
Add the missing include.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
test/overlay/cmd_ut_overlay.c
patch
|
blob
|
history
diff --git
a/test/overlay/cmd_ut_overlay.c
b/test/overlay/cmd_ut_overlay.c
index
f7ff937
..
3d34c8a
100644
(file)
--- a/
test/overlay/cmd_ut_overlay.c
+++ b/
test/overlay/cmd_ut_overlay.c
@@
-7,6
+7,7
@@
#include <common.h>
#include <command.h>
#include <errno.h>
+#include <fdt_support.h>
#include <malloc.h>
#include <linux/sizes.h>