diff options
author | Tom Rini <trini@ti.com> | 2014-11-17 08:43:21 -0500 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-11-17 08:43:21 -0500 |
commit | 256d83cd6d8caf345ffba414a0f77f30d68caf8a (patch) | |
tree | 091e72a612f8fd2b1cb8652885ea53ac4a8f1a11 /arch/arm/cpu/armv7/rmobile/cpu_info.c | |
parent | 2086e388d56cbb0e3737a6276f04f00f74bf6723 (diff) | |
parent | 5ca6dfe6e7ede94fbdd711fa43aa58edace99b2b (diff) |
Merge branch 'rmobile' of git://git.denx.de/u-boot-sh
Diffstat (limited to 'arch/arm/cpu/armv7/rmobile/cpu_info.c')
-rw-r--r-- | arch/arm/cpu/armv7/rmobile/cpu_info.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/rmobile/cpu_info.c b/arch/arm/cpu/armv7/rmobile/cpu_info.c index b98137e86aa..d47c47c07ee 100644 --- a/arch/arm/cpu/armv7/rmobile/cpu_info.c +++ b/arch/arm/cpu/armv7/rmobile/cpu_info.c @@ -53,6 +53,7 @@ static const struct { { 0x40, "R8A7740" }, { 0x45, "R8A7790" }, { 0x47, "R8A7791" }, + { 0x4B, "R8A7793" }, { 0x4C, "R8A7794" }, { 0x0, "CPU" }, }; |