diff options
Diffstat (limited to 'arch/xtensa/include/asm/bootparam.h')
| -rw-r--r-- | arch/xtensa/include/asm/bootparam.h | 13 | 
1 files changed, 2 insertions, 11 deletions
diff --git a/arch/xtensa/include/asm/bootparam.h b/arch/xtensa/include/asm/bootparam.h index 23392c5630c..892aab399ac 100644 --- a/arch/xtensa/include/asm/bootparam.h +++ b/arch/xtensa/include/asm/bootparam.h @@ -37,23 +37,14 @@ typedef struct bp_tag {  	unsigned long data[0];	/* data */  } bp_tag_t; -typedef struct meminfo { +struct bp_meminfo {  	unsigned long type;  	unsigned long start;  	unsigned long end; -} meminfo_t; - -#define SYSMEM_BANKS_MAX 5 +};  #define MEMORY_TYPE_CONVENTIONAL	0x1000  #define MEMORY_TYPE_NONE		0x2000 -typedef struct sysmem_info { -	int nr_banks; -	meminfo_t bank[SYSMEM_BANKS_MAX]; -} sysmem_info_t; - -extern sysmem_info_t sysmem; -  #endif  #endif  | 
