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

Commit e93e91f2 authored by Steven King's avatar Steven King Committed by Greg Ungerer
Browse files

m68knommu: Fix the 5249/525x qspi base address.



Use the correct base address for the QSPI module on the 5249/525x.

Signed-off-by: default avatarSteven King <sfking@fdwdc.com>
Signed-off-by: default avatarGreg Ungerer <gerg@uclinux.org>
parent 74859523
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -105,7 +105,7 @@
/*
/*
 *	QSPI module.
 *	QSPI module.
 */
 */
#define MCFQSPI_BASE		(MCF_MBAR + 0x300)	/* Base address QSPI */
#define MCFQSPI_BASE		(MCF_MBAR + 0x400)	/* Base address QSPI */
#define MCFQSPI_SIZE		0x40			/* Register set size */
#define MCFQSPI_SIZE		0x40			/* Register set size */


#ifdef CONFIG_M5249
#ifdef CONFIG_M5249