diff options
Diffstat (limited to 'include/configs/omap5_uevm.h')
| -rw-r--r-- | include/configs/omap5_uevm.h | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/include/configs/omap5_uevm.h b/include/configs/omap5_uevm.h index 550cabd77..9e0339b31 100644 --- a/include/configs/omap5_uevm.h +++ b/include/configs/omap5_uevm.h @@ -37,7 +37,7 @@  /* TWL6035 */  #ifndef CONFIG_SPL_BUILD -#define CONFIG_TWL6035_POWER +#define CONFIG_PALMAS_POWER  #endif  /* MMC ENV related defines */ @@ -56,4 +56,5 @@  #define CONFIG_SYS_PROMPT		"OMAP5430 EVM # " +#define CONFIG_OMAP_PLATFORM_RESET_TIME_MAX_USEC	16296  #endif /* __CONFIG_OMAP5_EVM_H */ |