diff options
Diffstat (limited to 'arch/mips/include/asm/bootinfo.h')
-rw-r--r-- | arch/mips/include/asm/bootinfo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/include/asm/bootinfo.h b/arch/mips/include/asm/bootinfo.h index 35cd1bab69c3..7a51d879e6ca 100644 --- a/arch/mips/include/asm/bootinfo.h +++ b/arch/mips/include/asm/bootinfo.h | |||
@@ -86,6 +86,7 @@ extern unsigned long mips_machtype; | |||
86 | #define BOOT_MEM_RAM 1 | 86 | #define BOOT_MEM_RAM 1 |
87 | #define BOOT_MEM_ROM_DATA 2 | 87 | #define BOOT_MEM_ROM_DATA 2 |
88 | #define BOOT_MEM_RESERVED 3 | 88 | #define BOOT_MEM_RESERVED 3 |
89 | #define BOOT_MEM_INIT_RAM 4 | ||
89 | 90 | ||
90 | /* | 91 | /* |
91 | * A memory map that's built upon what was determined | 92 | * A memory map that's built upon what was determined |