mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ struct iim_regs {
|
|||
|
||||
struct mx3_cpu_type {
|
||||
u8 srev;
|
||||
const char *v;
|
||||
char *v;
|
||||
};
|
||||
|
||||
#define IOMUX_PADNUM_MASK 0x1ff
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue