diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2009-06-04 06:19:02 -0400 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2009-08-07 06:10:51 -0400 |
commit | be124c94279edf4306798100f120c386947d8724 (patch) | |
tree | 98bc16285b121af329a4ce2c42e1690decf35e70 /arch/arm/mach-mx3/mm.c | |
parent | 8db5d1a64d36d0750b88c6c13feeaf0e00be2eb4 (diff) |
system.c: runtime base address
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx3/mm.c')
-rw-r--r-- | arch/arm/mach-mx3/mm.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-mx3/mm.c b/arch/arm/mach-mx3/mm.c index 1f5fdd456cb9..f0d5ae533b49 100644 --- a/arch/arm/mach-mx3/mm.c +++ b/arch/arm/mach-mx3/mm.c | |||
@@ -75,6 +75,7 @@ static struct map_desc mxc_io_desc[] __initdata = { | |||
75 | void __init mx31_map_io(void) | 75 | void __init mx31_map_io(void) |
76 | { | 76 | { |
77 | mxc_set_cpu_type(MXC_CPU_MX31); | 77 | mxc_set_cpu_type(MXC_CPU_MX31); |
78 | mxc_arch_reset_init(IO_ADDRESS(WDOG_BASE_ADDR)); | ||
78 | 79 | ||
79 | iotable_init(mxc_io_desc, ARRAY_SIZE(mxc_io_desc)); | 80 | iotable_init(mxc_io_desc, ARRAY_SIZE(mxc_io_desc)); |
80 | } | 81 | } |
@@ -82,6 +83,7 @@ void __init mx31_map_io(void) | |||
82 | void __init mx35_map_io(void) | 83 | void __init mx35_map_io(void) |
83 | { | 84 | { |
84 | mxc_set_cpu_type(MXC_CPU_MX35); | 85 | mxc_set_cpu_type(MXC_CPU_MX35); |
86 | mxc_arch_reset_init(IO_ADDRESS(WDOG_BASE_ADDR)); | ||
85 | 87 | ||
86 | iotable_init(mxc_io_desc, ARRAY_SIZE(mxc_io_desc)); | 88 | iotable_init(mxc_io_desc, ARRAY_SIZE(mxc_io_desc)); |
87 | } | 89 | } |