All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] MX31: drop warnings in get_cpu_rev
@ 2011-04-21 16:09 Stefano Babic
  2011-04-21 17:56 ` Stefano Babic
  0 siblings, 1 reply; 2+ messages in thread
From: Stefano Babic @ 2011-04-21 16:09 UTC (permalink / raw)
  To: u-boot

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(-)

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
-- 
1.7.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-04-21 17:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-21 16:09 [U-Boot] [PATCH] MX31: drop warnings in get_cpu_rev Stefano Babic
2011-04-21 17:56 ` Stefano Babic

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.