diff options
author | Simon Glass <sjg@chromium.org> | 2017-08-29 14:16:00 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2017-09-15 05:27:48 -0600 |
commit | b145b45b0ce26028d9ad6ea8277c052c3c87ea56 (patch) | |
tree | 11d9a12e15192d69612e8e7abde0b0311a6b1a2e /include/dt-structs.h | |
parent | 634eba4be060af3bcba51cba2d57d217df897f31 (diff) |
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/dt-structs.h')
-rw-r--r-- | include/dt-structs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dt-structs.h b/include/dt-structs.h index 76979e73e1..c0f56951b5 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 |