mirror of https://gitee.com/openkylin/linux.git
ARM: mmp: define MMP_CHIPID by the means of CIU_REG()
A rather trivial cosmetic improvement. Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
This commit is contained in:
parent
1732050f48
commit
199c936e37
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue