diff --git a/src/system/boot/arch/arm/arch_framebuffer.h b/src/system/boot/arch/arm/arch_framebuffer.h index f8f4892cf6..86b5ec99bc 100644 --- a/src/system/boot/arch/arm/arch_framebuffer.h +++ b/src/system/boot/arch/arm/arch_framebuffer.h @@ -48,7 +48,7 @@ public: protected: addr_t fBase; - addr_t fPhysicalBase; + phys_addr_t fPhysicalBase; size_t fSize; int fCurrentWidth; int fCurrentHeight;