diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-arm/arch-omap3/sys_proto.h | 1 | ||||
| -rw-r--r-- | include/configs/omap3_beagle.h | 6 | ||||
| -rw-r--r-- | include/configs/omap3_evm.h | 7 | ||||
| -rw-r--r-- | include/configs/omap3_overo.h | 6 | ||||
| -rw-r--r-- | include/configs/omap3_pandora.h | 6 | ||||
| -rw-r--r-- | include/configs/omap3_zoom1.h | 6 | 
6 files changed, 30 insertions, 2 deletions
| diff --git a/include/asm-arm/arch-omap3/sys_proto.h b/include/asm-arm/arch-omap3/sys_proto.h index 8b554bbe8..830447ba9 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); diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h index 6ed12624e..3bfc0a21d 100644 --- a/include/configs/omap3_beagle.h +++ b/include/configs/omap3_beagle.h @@ -41,6 +41,12 @@  #include <asm/arch/cpu.h>		/* get chip and board defs */  #include <asm/arch/omap3.h> +/* + * Display CPU and Board information + */ +#define CONFIG_DISPLAY_CPUINFO		1 +#define CONFIG_DISPLAY_BOARDINFO	1 +  /* Clock Defines */  #define V_OSCK			26000000	/* Clock output from T2 */  #define V_SCLK			(V_OSCK >> 1) diff --git a/include/configs/omap3_evm.h b/include/configs/omap3_evm.h index c15b4e35f..1b3095040 100644 --- a/include/configs/omap3_evm.h +++ b/include/configs/omap3_evm.h @@ -46,6 +46,12 @@  #include <asm/arch/cpu.h>	/* get chip and board defs */  #include <asm/arch/omap3.h> +/* + * Display CPU and Board information + */ +#define CONFIG_DISPLAY_CPUINFO		1 +#define CONFIG_DISPLAY_BOARDINFO	1 +  /* Clock Defines */  #define V_OSCK			26000000	/* Clock output from T2 */  #define V_SCLK			(V_OSCK >> 1) @@ -66,7 +72,6 @@  #define CONFIG_SYS_MALLOC_LEN		(CONFIG_ENV_SIZE + SZ_128K)  #define CONFIG_SYS_GBL_DATA_SIZE	128	/* bytes reserved for */  						/* initial data */ -  /*   * Hardware drivers   */ diff --git a/include/configs/omap3_overo.h b/include/configs/omap3_overo.h index 4398a664a..a8be4e697 100644 --- a/include/configs/omap3_overo.h +++ b/include/configs/omap3_overo.h @@ -33,6 +33,12 @@  #include <asm/arch/cpu.h>	/* get chip and board defs */  #include <asm/arch/omap3.h> +/* + * Display CPU and Board information + */ +#define CONFIG_DISPLAY_CPUINFO		1 +#define CONFIG_DISPLAY_BOARDINFO	1 +  /* Clock Defines */  #define V_OSCK			26000000	/* Clock output from T2 */  #define V_SCLK			(V_OSCK >> 1) diff --git a/include/configs/omap3_pandora.h b/include/configs/omap3_pandora.h index c4f46de0d..b8cb42e50 100644 --- a/include/configs/omap3_pandora.h +++ b/include/configs/omap3_pandora.h @@ -36,6 +36,12 @@  #include <asm/arch/cpu.h>	/* get chip and board defs */  #include <asm/arch/omap3.h> +/* + * Display CPU and Board information + */ +#define CONFIG_DISPLAY_CPUINFO		1 +#define CONFIG_DISPLAY_BOARDINFO	1 +  /* Clock Defines */  #define V_OSCK			26000000	/* Clock output from T2 */  #define V_SCLK			(V_OSCK >> 1) diff --git a/include/configs/omap3_zoom1.h b/include/configs/omap3_zoom1.h index fa428c03d..b275b1541 100644 --- a/include/configs/omap3_zoom1.h +++ b/include/configs/omap3_zoom1.h @@ -42,6 +42,12 @@  #include <asm/arch/cpu.h>		/* get chip and board defs */  #include <asm/arch/omap3.h> +/* + * Display CPU and Board information + */ +#define CONFIG_DISPLAY_CPUINFO		1 +#define CONFIG_DISPLAY_BOARDINFO	1 +  /* Clock Defines */  #define V_OSCK			26000000	/* Clock output from T2 */  #define V_SCLK			(V_OSCK >> 1) |