MX31: drop warnings in get_cpu_rev
Drop warnings due to recent commit ARM: mx31: Print the silicon version Signed-off-by: Stefano Babic <sbabic@denx.de> CC: Fabio Estevam <fabio.estevam@freescale.com>
This commit is contained in:
parent
7517a793f0
commit
cd4b8a6329
arch/arm/include/asm/arch-mx31
|
@ -105,7 +105,7 @@ struct iim_regs {
|
||||||
|
|
||||||
struct mx3_cpu_type {
|
struct mx3_cpu_type {
|
||||||
u8 srev;
|
u8 srev;
|
||||||
const char *v;
|
char *v;
|
||||||
};
|
};
|
||||||
|
|
||||||
#define IOMUX_PADNUM_MASK 0x1ff
|
#define IOMUX_PADNUM_MASK 0x1ff
|
||||||
|
|
Loading…
Reference in New Issue