diff options
author | Sanjeev Premi <premi@ti.com> | 2009-04-27 21:27:27 +0530 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-04-29 21:11:32 +0200 |
commit | 6a6b62e3aa4b340c4f8fc67b1487ddb5436c684d (patch) | |
tree | 42eb4d917cf4467ea2e498aca52be14e48bc9f56 /include/asm-arm | |
parent | a85693b3bd4431b05b7df608b6f7733c0f80c53e (diff) | |
download | u-boot-imx-6a6b62e3aa4b340c4f8fc67b1487ddb5436c684d.zip u-boot-imx-6a6b62e3aa4b340c4f8fc67b1487ddb5436c684d.tar.gz u-boot-imx-6a6b62e3aa4b340c4f8fc67b1487ddb5436c684d.tar.bz2 |
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>
Diffstat (limited to 'include/asm-arm')
-rw-r--r-- | include/asm-arm/arch-omap3/sys_proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-arm/arch-omap3/sys_proto.h b/include/asm-arm/arch-omap3/sys_proto.h index 8b554bb..830447b 100644 --- a/include/asm-arm/arch-omap3/sys_proto.h +++ b/include/asm-arm/arch-omap3/sys_proto.h @@ -47,7 +47,6 @@ u32 is_gpmc_muxed(void); u32 get_gpmc0_type(void); u32 get_gpmc0_width(void); u32 get_board_type(void); -void display_board_info(u32); u32 get_sdr_cs_size(u32); u32 get_sdr_cs_offset(u32); u32 is_running_in_sdram(void); |