From 9619f9d852c8d0dfc5c16925cc34441f7f770b31 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lothar=20Wa=C3=9Fmann?= Date: Tue, 5 Jul 2016 14:37:18 +0200 Subject: [PATCH] karo: tx6ul: fix wrong board name in U-Boot messages --- board/karo/tx6/tx6ul.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/karo/tx6/tx6ul.c b/board/karo/tx6/tx6ul.c index 1817e2793b..cfb6242cce 100644 --- a/board/karo/tx6/tx6ul.c +++ b/board/karo/tx6/tx6ul.c @@ -431,7 +431,7 @@ static bool tx6ul_temp_check_enabled = true; static inline u8 tx6ul_mem_suffix(void) { -#ifdef CONFIG_TX6UL_NAND +#ifdef CONFIG_TX6_NAND return '0'; #else return '1'; -- 2.39.2