aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k
diff options
context:
space:
mode:
authorGreg Ungerer <gerg@uclinux.org>2013-01-25 14:21:11 +1000
committerGreg Ungerer <gerg@uclinux.org>2013-04-29 09:17:59 +1000
commit42feae20fe3f0053790e4f0d70270120e9fc25ff (patch)
treeae0d565e96e4e0e50624a91c92a421cde5ee1f23 /arch/m68k
parentm68knommu: add support for configuring a Freescale M5373EVB board (diff)
downloadlinux-dev-42feae20fe3f0053790e4f0d70270120e9fc25ff.tar.xz
linux-dev-42feae20fe3f0053790e4f0d70270120e9fc25ff.zip
m68knommu: fix ColdFire 5373/5329 QSPI base address
The base address of the QSPI hardware module should be 0xFC05C000. Fix its definition. Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch/m68k')
-rw-r--r--arch/m68k/include/asm/m53xxsim.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/include/asm/m53xxsim.h b/arch/m68k/include/asm/m53xxsim.h
index cfa1d3591e42..faa1a2133bfd 100644
--- a/arch/m68k/include/asm/m53xxsim.h
+++ b/arch/m68k/include/asm/m53xxsim.h
@@ -107,7 +107,7 @@
/*
* QSPI module.
*/
-#define MCFQSPI_BASE 0xFC058000 /* Base address of QSPI */
+#define MCFQSPI_BASE 0xFC05C000 /* Base address of QSPI */
#define MCFQSPI_SIZE 0x40 /* Size of QSPI region */
#define MCFQSPI_CS0 84