commit | 3b32b7d62e9800579e591553875e5ff60be15546 | [log] [tgz] |
---|---|---|
author | Paul Walmsley <paul@pwsan.com> | Tue Sep 13 19:52:15 2011 -0600 |
committer | Paul Walmsley <paul@pwsan.com> | Wed Sep 14 15:44:55 2011 -0600 |
tree | 74d685ede75dd4907e7f10aa8fcff080f581412f | |
parent | 51ec811a292eba77c1df00d9d6416526b1ce7972 [diff] |
OMAP3: id: remove duplicate code for testing SoC ES level omap3_cpuinfo() contains essentially duplicated code from omap3_check_revision(), just for the purpose of determining the chip ES level. Set the cpu_rev char array pointer in omap3_check_revision() instead, and drop the now-useless code from omap3_cpuinfo(). Signed-off-by: Paul Walmsley <paul@pwsan.com> Tested-by: Igor Grinberg <grinberg@compulab.co.il> Tested-by: Abhilash Koyamangalath <abhilash.kv@ti.com>