Commit 3c80c6fefbf67ba5b31a05dedf2c4ca716e35881
1 parent
3cb5a223
Remove unused variable
Signed-off-by: Paul Brook <paul@codesourcery.com>
Showing
1 changed file
with
0 additions
and
1 deletions
device_tree.c
| @@ -29,7 +29,6 @@ void *load_device_tree(const char *filename_path, int *sizep) | @@ -29,7 +29,6 @@ void *load_device_tree(const char *filename_path, int *sizep) | ||
| 29 | { | 29 | { |
| 30 | int dt_size; | 30 | int dt_size; |
| 31 | int dt_file_load_size; | 31 | int dt_file_load_size; |
| 32 | - int new_dt_size; | ||
| 33 | int ret; | 32 | int ret; |
| 34 | void *fdt = NULL; | 33 | void *fdt = NULL; |
| 35 | 34 |