소스 검색

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

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

Signed-off-by: Steven King <sfking@fdwdc.com>
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Steven King 11 년 전
부모
커밋
e93e91f225
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      arch/m68k/include/asm/m525xsim.h

+ 1 - 1
arch/m68k/include/asm/m525xsim.h

@@ -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