Remove unused enum from dtc.h.
This commit is contained in:
parent
f0517db250
commit
7f6d12b3a1
1 changed files with 0 additions and 5 deletions
5
dtc.h
5
dtc.h
|
@ -193,11 +193,6 @@ struct boot_info *build_boot_info(struct data mem_reserve_data,
|
|||
|
||||
/* Flattened trees */
|
||||
|
||||
enum flat_dt_format {
|
||||
FFMT_BIN,
|
||||
FFMT_ASM,
|
||||
};
|
||||
|
||||
void write_dt_blob(FILE *f, struct boot_info *bi, int version);
|
||||
void write_dt_asm(FILE *f, struct boot_info *bi, int version);
|
||||
|
||||
|
|
Loading…
Reference in a new issue