|
@@ -697,7 +697,6 @@ static struct reserve_info *flat_read_mem_reserve(struct inbuf *inb)
|
|
{
|
|
{
|
|
struct reserve_info *reservelist = NULL;
|
|
struct reserve_info *reservelist = NULL;
|
|
struct reserve_info *new;
|
|
struct reserve_info *new;
|
|
- const char *p;
|
|
|
|
struct fdt_reserve_entry re;
|
|
struct fdt_reserve_entry re;
|
|
|
|
|
|
/*
|
|
/*
|
|
@@ -706,7 +705,6 @@ static struct reserve_info *flat_read_mem_reserve(struct inbuf *inb)
|
|
*
|
|
*
|
|
* First pass, count entries.
|
|
* First pass, count entries.
|
|
*/
|
|
*/
|
|
- p = inb->ptr;
|
|
|
|
while (1) {
|
|
while (1) {
|
|
flat_read_chunk(inb, &re, sizeof(re));
|
|
flat_read_chunk(inb, &re, sizeof(re));
|
|
re.address = fdt64_to_cpu(re.address);
|
|
re.address = fdt64_to_cpu(re.address);
|