diff options
author | Greg Ungerer <gerg@uclinux.org> | 2013-01-25 08:21:11 +0400 |
---|---|---|
committer | Greg Ungerer <gerg@uclinux.org> | 2013-04-29 03:17:59 +0400 |
commit | 42feae20fe3f0053790e4f0d70270120e9fc25ff (patch) | |
tree | ae0d565e96e4e0e50624a91c92a421cde5ee1f23 /arch | |
parent | 74169f98c785e7f6b5e6f5a0c2707020b4fc7368 (diff) | |
download | linux-42feae20fe3f0053790e4f0d70270120e9fc25ff.tar.xz |
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')
-rw-r--r-- | arch/m68k/include/asm/m53xxsim.h | 2 |
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 |