• Russell King's avatar
    [ARM] Fix Integrator __virt_to_bus/__bus_to_virt · 5c157415
    Russell King authored
    __virt_to_bus/__bus_to_virt depended on INTEGRATOR_HDR0_SDRAM_BASE
    Unfortunately, this is defined in arch-integrator/platform.h, and
    we really don't want to include it in memory.h.
    
    We instead use BUS_OFFSET, which will eventually depend on the CPU
    number in the system.
    5c157415
memory.h 1.9 KB