diff options
author | Vishal Mahaveer | 2017-10-12 22:47:04 -0500 |
---|---|---|
committer | Tom Rini | 2017-10-16 09:43:34 -0400 |
commit | b6df93598c16b9f91b590e6694ac37efe140d38d (patch) | |
tree | d3bc3e7d75eddc1dd25779016217f2c04089329c /arch/arm/mach-omap2/utils.c | |
parent | 3f3607ded4135a340613293cfacbdd78e482235f (diff) |
omap-common: fastboot: extend cpu type for DRA71x rev 2.1
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>
Diffstat (limited to 'arch/arm/mach-omap2/utils.c')
-rw-r--r-- | arch/arm/mach-omap2/utils.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/utils.c b/arch/arm/mach-omap2/utils.c index d4f171b0ee1..2bd8290c756 100644 --- 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: |