aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/cpu/armv7/omap-common/utils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/cpu/armv7/omap-common/utils.c b/arch/arm/cpu/armv7/omap-common/utils.c
index ff5e4818e5..53e27d1662 100644
--- a/arch/arm/cpu/armv7/omap-common/utils.c
+++ b/arch/arm/cpu/armv7/omap-common/utils.c
@@ -135,12 +135,12 @@ static void omap_set_fastboot_cpu(void)
135 case DRA752_ES1_0: 135 case DRA752_ES1_0:
136 case DRA752_ES1_1: 136 case DRA752_ES1_1:
137 case DRA752_ES2_0: 137 case DRA752_ES2_0:
138 cpu = "J6"; 138 cpu = "DRA752";
139 break; 139 break;
140 case DRA722_ES1_0: 140 case DRA722_ES1_0:
141 case DRA722_ES2_0: 141 case DRA722_ES2_0:
142 case DRA722_ES2_1: 142 case DRA722_ES2_1:
143 cpu = "J6ECO"; 143 cpu = "DRA722";
144 break; 144 break;
145 default: 145 default:
146 cpu = "unknown"; 146 cpu = "unknown";