OMAP3: Use functions print_cpuinfo() and checkboard()
authorSanjeev Premi <premi@ti.com>
Mon, 27 Apr 2009 15:57:27 +0000 (21:27 +0530)
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Wed, 29 Apr 2009 19:11:32 +0000 (21:11 +0200)
commit6a6b62e3aa4b340c4f8fc67b1487ddb5436c684d
tree42eb4d917cf4467ea2e498aca52be14e48bc9f56
parenta85693b3bd4431b05b7df608b6f7733c0f80c53e
OMAP3: Use functions print_cpuinfo() and checkboard()

Use the functions print_cpuinfo() and checkboard() to
display the cpu and board specific information.

These functions reuse content from the existing function
display_board_info() - which has been removed.

Also, updated the existig OMAP3 configurations to
define:
 - CONFIG_DISPLAY_CPUINFO
 - CONFIG_DISPLAY_BOARDINFO

Signed-off-by: Sanjeev Premi <premi@ti.com>
cpu/arm_cortexa8/omap3/board.c
cpu/arm_cortexa8/omap3/sys_info.c
include/asm-arm/arch-omap3/sys_proto.h
include/configs/omap3_beagle.h
include/configs/omap3_evm.h
include/configs/omap3_overo.h
include/configs/omap3_pandora.h
include/configs/omap3_zoom1.h