public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] imx: imx-common: print i.MX 7 SoC names consistently
@ 2016-05-06 18:21 Stefan Agner
  2016-05-06 19:19 ` Fabio Estevam
  2016-05-09  7:40 ` Stefano Babic
  0 siblings, 2 replies; 6+ messages in thread
From: Stefan Agner @ 2016-05-06 18:21 UTC (permalink / raw)
  To: u-boot

According to the product website, the full names are i.MX 7Solo
and i.MX 7Dual, whereas the short form is i.MX7S and i.MX7D. Be
consistent and print the short form for both supported i.MX 7 SoCs.

Signed-off-by: Stefan Agner <stefan@agner.ch>
---
 arch/arm/imx-common/cpu.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/imx-common/cpu.c b/arch/arm/imx-common/cpu.c
index 5fb3ed8..4223187 100644
--- a/arch/arm/imx-common/cpu.c
+++ b/arch/arm/imx-common/cpu.c
@@ -138,7 +138,7 @@ const char *get_imx_type(u32 imxtype)
 {
 	switch (imxtype) {
 	case MXC_CPU_MX7S:
-		return "7SOLO";	/* Single-core version of the mx7 */
+		return "7S";	/* Single-core version of the mx7 */
 	case MXC_CPU_MX7D:
 		return "7D";	/* Dual-core version of the mx7 */
 	case MXC_CPU_MX6QP:
-- 
2.8.2

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

end of thread, other threads:[~2016-05-10 15:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-06 18:21 [U-Boot] [PATCH] imx: imx-common: print i.MX 7 SoC names consistently Stefan Agner
2016-05-06 19:19 ` Fabio Estevam
2016-05-06 21:17   ` Stefan Agner
2016-05-06 21:26     ` Fabio Estevam
2016-05-10 15:30     ` Fabio Estevam
2016-05-09  7:40 ` Stefano Babic

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox