Skip to content

Commit

Permalink
m68knommu: fix ColdFire 5373/5329 QSPI base address
Browse files Browse the repository at this point in the history
The base address of the QSPI hardware module should be 0xFC05C000.
Fix its definition.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
  • Loading branch information
Greg Ungerer committed Apr 28, 2013
1 parent 74169f9 commit 42feae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/m68k/include/asm/m53xxsim.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 42feae2

Please sign in to comment.