misc fixes:
* give struct memrange a name * add explicit cast. Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Jordan Crouse <jordan.crouse@amd.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3525 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
committed by
Stefan Reinauer
parent
99c0856903
commit
34b9f867cd
@ -39,7 +39,7 @@ struct sysinfo_t {
|
||||
|
||||
int n_memranges;
|
||||
|
||||
struct {
|
||||
struct memrange {
|
||||
unsigned long long base;
|
||||
unsigned long long size;
|
||||
} memrange[SYSINFO_MAX_MEM_RANGES];
|
||||
|
Reference in New Issue
Block a user