OMAP3: Move print_cpuinfo() function to not duplicate code
authorEnric Balletbo i Serra <eballetbo@gmail.com>
Wed, 25 May 2011 08:12:38 +0000 (10:12 +0200)
committerAnand Gadiyar <gadiyar@ti.com>
Thu, 14 Jul 2011 12:10:48 +0000 (17:40 +0530)
commitef27fb96575f4c9bb2c31bafaf16896482d68734
treee4f2b7a62388b716da53216708a6b51331a77d1b
parent73eb46434657c8c2c9e7c9146406031fc4d124ce
OMAP3: Move print_cpuinfo() function to not duplicate code

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

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