projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f3607d
)
omap-common: fastboot: extend cpu type for DRA71x rev 2.1
author
Vishal Mahaveer
<vishalm@ti.com>
Fri, 13 Oct 2017 03:47:04 +0000
(22:47 -0500)
committer
Tom Rini
<trini@konsulko.com>
Mon, 16 Oct 2017 13:43:34 +0000
(09:43 -0400)
DRA71x processors are reduced pin and software compatible
derivative of DRA72 processors. Extend support for this
revision in "getvar cpu" command.
Signed-off-by: Vishal Mahaveer <vishalm@ti.com>
[praneeth@ti.com: rebase to u-boot master]
Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
arch/arm/mach-omap2/utils.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-omap2/utils.c
b/arch/arm/mach-omap2/utils.c
index d4f171b0ee15440a3d19495cabe6086198673532..2bd8290c756bafe0c8ea5b20bf5f3c173b54e90e 100644
(file)
--- a/
arch/arm/mach-omap2/utils.c
+++ b/
arch/arm/mach-omap2/utils.c
@@
-33,6
+33,7
@@
static void omap_set_fastboot_cpu(void)
break;
case DRA722_ES1_0:
case DRA722_ES2_0:
+ case DRA722_ES2_1:
cpu = "DRA722";
break;
default: