mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +00:00
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>
This commit is contained in:
parent
634eba4be0
commit
b145b45b0c
2 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue