diff options
Diffstat (limited to 'arch/m68knommu/platform/5272/config.c')
-rw-r--r-- | arch/m68knommu/platform/5272/config.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/m68knommu/platform/5272/config.c b/arch/m68knommu/platform/5272/config.c index 5cb28690f89a..cf36e7d007b9 100644 --- a/arch/m68knommu/platform/5272/config.c +++ b/arch/m68knommu/platform/5272/config.c | |||
@@ -104,11 +104,11 @@ int mcf_timerirqpending(int timer) | |||
104 | 104 | ||
105 | void config_BSP(char *commandp, int size) | 105 | void config_BSP(char *commandp, int size) |
106 | { | 106 | { |
107 | #if 0 | 107 | #if defined (CONFIG_MOD5272) |
108 | volatile unsigned long *pivrp; | 108 | volatile unsigned char *pivrp; |
109 | 109 | ||
110 | /* Set base of device vectors to be 64 */ | 110 | /* Set base of device vectors to be 64 */ |
111 | pivrp = (volatile unsigned long *) (MCF_MBAR + MCFSIM_PIVR); | 111 | pivrp = (volatile unsigned char *) (MCF_MBAR + MCFSIM_PIVR); |
112 | *pivrp = 0x40; | 112 | *pivrp = 0x40; |
113 | #endif | 113 | #endif |
114 | 114 | ||