From d6fc0cefd80233c4e504e527729bf654559c1c48 Mon Sep 17 00:00:00 2001 From: Paul Kocialkowski Date: Thu, 2 Jul 2015 00:20:25 +0200 Subject: config: ti_omap5_common: Palmas power support in SPL Palmas power support is required for OMAP5 devices such as the OMAP5 uEVM, that need to e.g. enable MMC power at SPL stage. This is especially important when booting from a peripheral (such as USB, UART), where the bootrom will not enable power for the MMC device that will hold the main U-Boot. Signed-off-by: Paul Kocialkowski Reviewed-by: Tom Rini --- include/configs/ti_omap5_common.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/configs/ti_omap5_common.h') diff --git a/include/configs/ti_omap5_common.h b/include/configs/ti_omap5_common.h index 4179a57..b33feb6 100644 --- a/include/configs/ti_omap5_common.h +++ b/include/configs/ti_omap5_common.h @@ -40,9 +40,7 @@ #define CONFIG_SYS_DEFAULT_LPDDR2_TIMINGS #endif -#ifndef CONFIG_SPL_BUILD #define CONFIG_PALMAS_POWER -#endif #include #include -- cgit v1.1