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

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

 board/igep00x0/igep00x0.c :129:u32 get_cpu_family(void)
 board/overo/overo.c       :164:u32 get_cpu_family(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