Commit 199c936e authored by Lubomir Rintel's avatar Lubomir Rintel

ARM: mmp: define MMP_CHIPID by the means of CIU_REG()

A rather trivial cosmetic improvement.
Signed-off-by: default avatarLubomir Rintel <lkundrak@v3.sk>
parent 1732050f
......@@ -17,7 +17,7 @@
#include "common.h"
#define MMP_CHIPID (AXI_VIRT_BASE + 0x82c00)
#define MMP_CHIPID CIU_REG(0x00)
unsigned int mmp_chip_id;
EXPORT_SYMBOL(mmp_chip_id);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment