Message ID | 1303402184-8297-1-git-send-email-sbabic@denx.de |
---|---|
State | Accepted |
Commit | cd4b8a6329072b971299a83373b6c8c2aafde44e |
Headers | show |
On 04/21/2011 06:09 PM, Stefano Babic wrote: > 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> > --- Applied directly to u-boot-imx, as fix. regards, Stefano Babic
diff --git a/arch/arm/include/asm/arch-mx31/imx-regs.h b/arch/arm/include/asm/arch-mx31/imx-regs.h index 74444f2..c830a03 100644 --- a/arch/arm/include/asm/arch-mx31/imx-regs.h +++ b/arch/arm/include/asm/arch-mx31/imx-regs.h @@ -105,7 +105,7 @@ struct iim_regs { struct mx3_cpu_type { u8 srev; - const char *v; + char *v; }; #define IOMUX_PADNUM_MASK 0x1ff
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> --- arch/arm/include/asm/arch-mx31/imx-regs.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)