Address issue 156: 64-bit addresses get truncated
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
1 parent c5c9b69 commit 444281cc4117455446d978e4ac6e979342dcdf82
@Lin Ma Lin Ma authored on 20 May 2014
Showing 2 changed files
View
include/drivers/arm/pl011.h
View
lib/aarch64/xlat_tables.c