OMAP3: Move get_cpu_type() function to not duplicate code
authorEnric Balletbo i Serra <eballetbo@gmail.com>
Wed, 25 May 2011 07:45:25 +0000 (09:45 +0200)
committerAnand Gadiyar <gadiyar@ti.com>
Thu, 14 Jul 2011 12:10:48 +0000 (17:40 +0530)
commit63728cc5f4f6b9a590ff90d64f0fe0d53345c018
treebe168f7c04bc3bdb282281d3d17e4ae9550ea1c6
parente27c80c04e518ceb411e67f2e3d6b20f1794c636
OMAP3: Move get_cpu_type() function to not duplicate code

The get_cpu_type() function is implemented by various boards, this
patch moves this function to a common place to not duplicate code.

 board/igep00x0/igep00x0.c :99:u32 get_cpu_type(void)
 board/overo/overo.c       :164:u32 get_cpu_type(void)

Signed-off-by: Enric Balletbo i Serra <eballetbo@gmail.com>
Signed-off-by: Anand Gadiyar <gadiyar@ti.com>
board/igep00x0/igep00x0.c
board/overo/overo.c
cpu/omap3/sys_info.c