diff options
Diffstat (limited to 'include/asm-mips/global_data.h')
-rw-r--r-- | include/asm-mips/global_data.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-mips/global_data.h b/include/asm-mips/global_data.h index 0c0ba50..ecee6de 100644 --- a/include/asm-mips/global_data.h +++ b/include/asm-mips/global_data.h @@ -41,7 +41,7 @@ typedef struct global_data { unsigned long flags; unsigned long baudrate; unsigned long have_console; /* serial_init() was called */ - unsigned long ram_size; /* RAM size */ + phys_size_t ram_size; /* RAM size */ unsigned long reloc_off; /* Relocation Offset */ unsigned long env_addr; /* Address of Environment struct */ unsigned long env_valid; /* Checksum of Environment valid? */ |