diff options
| -rw-r--r-- | common/fdt_support.c | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/common/fdt_support.c b/common/fdt_support.c index 90e909795..5829afd2a 100644 --- a/common/fdt_support.c +++ b/common/fdt_support.c @@ -396,7 +396,6 @@ int fdt_fixup_memory_banks(void *blob, u64 start[], u64 size[], int banks)  	int addr_cell_len, size_cell_len, len;  	u8 tmp[banks * 8];  	int bank; -	const u32 *addrcell, *sizecell;  	err = fdt_check_header(blob);  	if (err < 0) { |