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:
|
protected:
|
||||||
addr_t fBase;
|
addr_t fBase;
|
||||||
addr_t fPhysicalBase;
|
phys_addr_t fPhysicalBase;
|
||||||
size_t fSize;
|
size_t fSize;
|
||||||
int fCurrentWidth;
|
int fCurrentWidth;
|
||||||
int fCurrentHeight;
|
int fCurrentHeight;
|
||||||
|
|||||||
Reference in New Issue
Block a user