Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 42feae20 authored by Greg Ungerer's avatar Greg Ungerer
Browse files

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: default avatarGreg Ungerer <gerg@uclinux.org>
parent 74169f98
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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