bootloade/arm: Change a physical address to phys_addr_t.
Fixes a compile error with recent GCC.
This commit is contained in:
@@ -48,7 +48,7 @@ public:
|
||||
|
||||
protected:
|
||||
addr_t fBase;
|
||||
addr_t fPhysicalBase;
|
||||
phys_addr_t fPhysicalBase;
|
||||
size_t fSize;
|
||||
int fCurrentWidth;
|
||||
int fCurrentHeight;
|
||||
|
||||
Reference in New Issue
Block a user