From 64b873ccba69a6311e03de1c68585f32f5a86524 Mon Sep 17 00:00:00 2001 From: Jean-Christophe PLAGNIOL-VILLARD Date: Tue, 12 Feb 2013 14:03:27 +0100 Subject: vexpress: detect the board periph mapping and detecting the sp804 mapping at 0x10011000 for a9 legacy otherwise at 0x1c110000 as the new board also support Cortex-A9 so this is working qemu/arm-softmmu/qemu-system-arm -M vexpress-a15 -m 1024 -smp 1 -kernel build/vexpress/barebox -pflash build/vexpress/flash -nographic -cpu cortex-a9 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD Signed-off-by: Sascha Hauer --- arch/arm/mach-vexpress/include/mach/devices.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'arch/arm/mach-vexpress/include') diff --git a/arch/arm/mach-vexpress/include/mach/devices.h b/arch/arm/mach-vexpress/include/mach/devices.h index adeada8ab5..3146a475eb 100644 --- a/arch/arm/mach-vexpress/include/mach/devices.h +++ b/arch/arm/mach-vexpress/include/mach/devices.h @@ -7,13 +7,13 @@ #ifndef __ASM_ARCH_DEVICES_H__ #define __ASM_ARCH_DEVICES_H__ -void vexpress_a9_add_ddram(u32 ddr0_size, u32 ddr1_size); +void vexpress_a9_legacy_add_ddram(u32 ddr0_size, u32 ddr1_size); void vexpress_add_ddram(u32 size); -void vexpress_a9_register_uart(unsigned id); +void vexpress_a9_legacy_register_uart(unsigned id); void vexpress_register_uart(unsigned id); -void vexpress_a9_init(void); +void vexpress_a9_legacy_init(void); void vexpress_init(void); extern void *v2m_wdt_base; -- cgit v1.2.3