diff options
Diffstat (limited to 'arch/m68k/platform/coldfire/head.S')
| -rw-r--r-- | arch/m68k/platform/coldfire/head.S | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/m68k/platform/coldfire/head.S b/arch/m68k/platform/coldfire/head.S index c3db70ed33b..4e0c9eb3bd1 100644 --- a/arch/m68k/platform/coldfire/head.S +++ b/arch/m68k/platform/coldfire/head.S @@ -31,9 +31,9 @@  .endm  #elif defined(CONFIG_M5206) || defined(CONFIG_M5206e) || \ -      defined(CONFIG_M5249) || defined(CONFIG_M527x) || \ -      defined(CONFIG_M528x) || defined(CONFIG_M5307) || \ -      defined(CONFIG_M5407) +      defined(CONFIG_M5249) || defined(CONFIG_M525x) || \ +      defined(CONFIG_M527x) || defined(CONFIG_M528x) || \ +      defined(CONFIG_M5307) || defined(CONFIG_M5407)  /*   *	Not all these devices have exactly the same DRAM controller,   *	but the DCMR register is virtually identical - give or take  |