ソースを参照

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>
Greg Ungerer 13 年 前
コミット
42feae20fe
1 ファイル変更1 行追加1 行削除
  1. 1 1
      arch/m68k/include/asm/m53xxsim.h

+ 1 - 1
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