提交 74343ee4 编写于 作者: R Russell King 提交者: Russell King

[ARM] pnx4008: fix definition of PHYS_OFFSET

PHYS_OFFSET constants should be defined using UL().
Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
上级 fba67001
......@@ -16,6 +16,6 @@
/*
* Physical DRAM offset.
*/
#define PHYS_OFFSET (0x80000000)
#define PHYS_OFFSET UL(0x80000000)
#endif
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册