diff options
author | Balaji T K <balajitk@ti.com> | 2013-06-06 05:04:32 +0000 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-06-10 08:43:10 -0400 |
commit | a5d439c2d3a55df2718eae19fb128e498f4bef87 (patch) | |
tree | c2e13c976a6eba8799783d910ca0589306efe9f0 /include/configs/omap5_uevm.h | |
parent | 81ede187c3e4233c08ab30900e86f5e0ec2c4624 (diff) |
mmc: omap_hsmmc: Update pbias programming
Update pbias programming sequence for OMAP5 ES2.0/DRA7
Signed-off-by: Balaji T K <balajitk@ti.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Diffstat (limited to 'include/configs/omap5_uevm.h')
-rw-r--r-- | include/configs/omap5_uevm.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/omap5_uevm.h b/include/configs/omap5_uevm.h index 7382aa25be5..dea05bc911c 100644 --- a/include/configs/omap5_uevm.h +++ b/include/configs/omap5_uevm.h @@ -39,11 +39,6 @@ #define CONFIG_SYS_NS16550_COM3 UART3_BASE #define CONFIG_BAUDRATE 115200 -/* TWL6035 */ -#ifndef CONFIG_SPL_BUILD -#define CONFIG_PALMAS_POWER -#endif - /* MMC ENV related defines */ #define CONFIG_ENV_IS_IN_MMC #define CONFIG_SYS_MMC_ENV_DEV 1 /* SLOT2: eMMC(1) */ |