diff options
Diffstat (limited to 'include/configs/omap5_uevm.h')
-rw-r--r-- | include/configs/omap5_uevm.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/include/configs/omap5_uevm.h b/include/configs/omap5_uevm.h index 9e0339b..dea05bc 100644 --- a/include/configs/omap5_uevm.h +++ b/include/configs/omap5_uevm.h @@ -35,10 +35,9 @@ #include <configs/omap5_common.h> -/* TWL6035 */ -#ifndef CONFIG_SPL_BUILD -#define CONFIG_PALMAS_POWER -#endif +#define CONFIG_CONS_INDEX 3 +#define CONFIG_SYS_NS16550_COM3 UART3_BASE +#define CONFIG_BAUDRATE 115200 /* MMC ENV related defines */ #define CONFIG_ENV_IS_IN_MMC |