diff options
| author | Simon Glass <[email protected]> | 2023-02-05 15:40:59 -0700 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-02-10 07:41:40 -0500 |
| commit | 4e499297fa4bda0b7b92bc82070505d2edb474aa (patch) | |
| tree | 1457fa00d9b5646ce8799edfbd7efb5ae704a153 /include | |
| parent | ae05cf44a165442f7b7ad4b8a74597be5e9e637b (diff) | |
Correct SPL use of TARGET_MX6UL_9X9_EVK
This converts 1 usage of this option to the non-SPL form, since there is
no SPL_TARGET_MX6UL_9X9_EVK defined in Kconfig
Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/mx6ul_14x14_evk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx6ul_14x14_evk.h b/include/configs/mx6ul_14x14_evk.h index 635ae78abcb..98b743b9364 100644 --- a/include/configs/mx6ul_14x14_evk.h +++ b/include/configs/mx6ul_14x14_evk.h @@ -13,7 +13,7 @@ #include "mx6_common.h" #include <asm/mach-imx/gpio.h> -#define is_mx6ul_9x9_evk() CONFIG_IS_ENABLED(TARGET_MX6UL_9X9_EVK) +#define is_mx6ul_9x9_evk() IS_ENABLED(CONFIG_TARGET_MX6UL_9X9_EVK) #define CFG_MXC_UART_BASE UART1_BASE |
