summaryrefslogtreecommitdiff
path: root/polux/linux-2.6.10
diff options
context:
space:
mode:
authorYacine Belkadi2012-02-22 08:08:33 +0100
committerYacine Belkadi2012-06-11 13:39:35 +0200
commit11f929d06f8a860603f17ce7565583a54a67c701 (patch)
tree6d85426787d1243e569ab1ed6112d9cfab24c1b9 /polux/linux-2.6.10
parent1deef4c5aad82aaf69a29bcf4201eaf125675db4 (diff)
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.
Diffstat (limited to 'polux/linux-2.6.10')
-rw-r--r--polux/linux-2.6.10/arch/arm/mach-mse500/core.c2
1 files changed, 1 insertions, 1 deletions
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,