From 11f929d06f8a860603f17ce7565583a54a67c701 Mon Sep 17 00:00:00 2001 From: Yacine Belkadi Date: Wed, 22 Feb 2012 08:08:33 +0100 Subject: polux/linux/mse500: set phys_io address, refs #2944 This commits sets phys_io, even tough it's not really used. Actually: 1. addruart knows the addresses 2. debug-macro.S is included in compressed/head.S but not in the one used by the kernel when CONFIG_DEBUG_LL=y. --- polux/linux-2.6.10/arch/arm/mach-mse500/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'polux/linux-2.6.10/arch/arm') diff --git a/polux/linux-2.6.10/arch/arm/mach-mse500/core.c b/polux/linux-2.6.10/arch/arm/mach-mse500/core.c index 1f479e646d..0a6dbbe055 100644 --- a/polux/linux-2.6.10/arch/arm/mach-mse500/core.c +++ b/polux/linux-2.6.10/arch/arm/mach-mse500/core.c @@ -543,7 +543,7 @@ MACHINE_START(MSE500, "ARM SPC200c based board") .io_pg_offst = (0 >> 18) & 0xfffc, // 0) #else .phys_ram = SDRAM_BASE, // BOOT_MEM(SDRAM_BASE, - .phys_io = CSP_USART0_BASE, // usart phys addr) + .phys_io = ARM_UART1_BASE, // usart phys addr) #endif // .param_offset = SDRAM_BASE + 0x100, .fixup = mse500_fixup, -- cgit v1.2.3