diff options
Diffstat (limited to 'include/configs/omap5_common.h')
| -rw-r--r-- | include/configs/omap5_common.h | 12 | 
1 files changed, 4 insertions, 8 deletions
| diff --git a/include/configs/omap5_common.h b/include/configs/omap5_common.h index deb5e9fd5..ddf2ad4fc 100644 --- a/include/configs/omap5_common.h +++ b/include/configs/omap5_common.h @@ -45,10 +45,6 @@  #define CONFIG_DISPLAY_CPUINFO  #define CONFIG_DISPLAY_BOARDINFO -/* Clock Defines */ -#define V_OSCK			19200000	/* Clock output from T2 */ -#define V_SCLK	V_OSCK -  #define CONFIG_MISC_INIT_R  #define CONFIG_OF_LIBFDT @@ -81,10 +77,6 @@  #define CONFIG_SYS_NS16550_SERIAL  #define CONFIG_SYS_NS16550_REG_SIZE	(-4)  #define CONFIG_SYS_NS16550_CLK		V_NS16550_CLK -#define CONFIG_CONS_INDEX		3 -#define CONFIG_SYS_NS16550_COM3		UART3_BASE - -#define CONFIG_BAUDRATE			115200  /* CPU */  #define CONFIG_ARCH_CPU_INIT @@ -246,6 +238,10 @@  #define CONFIG_SYS_DEFAULT_LPDDR2_TIMINGS  #endif +#ifndef CONFIG_SPL_BUILD +#define CONFIG_PALMAS_POWER +#endif +  /* Defines for SPL */  #define CONFIG_SPL  #define CONFIG_SPL_FRAMEWORK |