summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-08-29 20:16:00 (GMT)
committerSimon Glass <sjg@chromium.org>2017-09-15 11:27:48 (GMT)
commitb145b45b0ce26028d9ad6ea8277c052c3c87ea56 (patch)
tree11d9a12e15192d69612e8e7abde0b0311a6b1a2e /include
parent634eba4be060af3bcba51cba2d57d217df897f31 (diff)
downloadu-boot-b145b45b0ce26028d9ad6ea8277c052c3c87ea56.tar.xz
dtoc: Rename the auto-generated dt-structs.h file
The filename of the auto-generated file is the same as the file that includes it. Even though the form is in the generated/ subdirectory, this could be confused. Rename the generated file to something that makes it clear it is auto-generated. Signed-off-by: Simon Glass <sjg@chromium.org> Tested-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'include')
-rw-r--r--include/dt-structs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dt-structs.h b/include/dt-structs.h
index 76979e7..c0f5695 100644
--- a/include/dt-structs.h
+++ b/include/dt-structs.h
@@ -23,7 +23,7 @@ struct phandle_2_arg {
const void *node;
int arg[2];
};
-#include <generated/dt-structs.h>
+#include <generated/dt-structs-gen.h>
#endif
#endif