]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
Correct SPL use of TARGET_MX6UL_9X9_EVK
authorSimon Glass <sjg@chromium.org>
Sun, 5 Feb 2023 22:40:59 +0000 (15:40 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 10 Feb 2023 12:41:40 +0000 (07:41 -0500)
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 <sjg@chromium.org>
include/configs/mx6ul_14x14_evk.h

index 635ae78abcb5c2ada9747b50f87bceaefda1ea4b..98b743b936446e2fc73ba0e3afccecc6140ab931 100644 (file)
@@ -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