提交 42feae20 编写于 作者: G Greg Ungerer

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: NGreg Ungerer <gerg@uclinux.org>
上级 74169f98
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册