diff options
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/mx6dl_sabresd.h | 1 | ||||
-rw-r--r-- | include/configs/mx6q_sabresd.h | 1 | ||||
-rw-r--r-- | include/configs/mx6sl_arm2.h | 1 | ||||
-rw-r--r-- | include/configs/mx6sl_evk.h | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/mx6dl_sabresd.h b/include/configs/mx6dl_sabresd.h index ad6825f..a496453 100644 --- a/include/configs/mx6dl_sabresd.h +++ b/include/configs/mx6dl_sabresd.h @@ -198,7 +198,6 @@ #define CONFIG_SYS_I2C_PORT I2C2_BASE_ADDR #define CONFIG_SYS_I2C_SPEED 100000 #define CONFIG_SYS_I2C_SLAVE 0x8 - #define CONFIG_MX6_INTER_LDO_BYPASS 0 #endif /* diff --git a/include/configs/mx6q_sabresd.h b/include/configs/mx6q_sabresd.h index 5717eec..6f07961 100644 --- a/include/configs/mx6q_sabresd.h +++ b/include/configs/mx6q_sabresd.h @@ -194,7 +194,6 @@ #define CONFIG_SYS_I2C_PORT I2C2_BASE_ADDR #define CONFIG_SYS_I2C_SPEED 100000 #define CONFIG_SYS_I2C_SLAVE 0x8 - #define CONFIG_MX6_INTER_LDO_BYPASS 0 #endif /* diff --git a/include/configs/mx6sl_arm2.h b/include/configs/mx6sl_arm2.h index 2717cd7..44b2b38 100644 --- a/include/configs/mx6sl_arm2.h +++ b/include/configs/mx6sl_arm2.h @@ -279,7 +279,6 @@ #define CONFIG_SYS_I2C_PORT I2C1_BASE_ADDR #define CONFIG_SYS_I2C_SPEED 100000 #define CONFIG_SYS_I2C_SLAVE 0x8 - #define CONFIG_MX6_INTER_LDO_BYPASS 1 #endif /*#define CONFIG_SPLASH_SCREEN*/ diff --git a/include/configs/mx6sl_evk.h b/include/configs/mx6sl_evk.h index a20f705..4c327bc 100644 --- a/include/configs/mx6sl_evk.h +++ b/include/configs/mx6sl_evk.h @@ -281,7 +281,6 @@ #define CONFIG_SYS_I2C_SLAVE 0x8 #endif -#define CONFIG_MX6_INTER_LDO_BYPASS 1 /*#define CONFIG_SPLASH_SCREEN*/ |