diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/mx6_common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/mx6_common.h b/include/configs/mx6_common.h index fba99e5..f668899 100644 --- a/include/configs/mx6_common.h +++ b/include/configs/mx6_common.h @@ -127,5 +127,7 @@ defined(CONFIG_MX6DL)) && !defined(CONFIG_MX6SOLO) #define CONFIG_MXC_OCOTP /* LDO Bypass */ +#ifndef CONFIG_MX6SLL #define CONFIG_LDO_BYPASS_CHECK #endif +#endif |