• Lin Ma's avatar
    Address issue 156: 64-bit addresses get truncated · 444281cc
    Lin Ma authored
    Addresses were declared as "unsigned int" in drivers/arm/peripherals/pl011/pl011.h and in function init_xlation_table. Changed to use "unsigned long" instead
    Fixes ARM-software/tf-issues#156
    444281cc
xlat_tables.c 6.14 KB