From 2754c40edd8e0f7d3fd5d86d3931bac84cf00725 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lothar=20Wa=C3=9Fmann?= Date: Fri, 18 Mar 2016 10:35:26 +0100 Subject: [PATCH] karo: tx6: remove redundant #ifndef CONFIG_TX6_UBOOT_MFG --- include/configs/tx6.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/include/configs/tx6.h b/include/configs/tx6.h index e87efb2ad1..52ca7a705d 100644 --- a/include/configs/tx6.h +++ b/include/configs/tx6.h @@ -43,7 +43,6 @@ #define CONFIG_SYS_GENERIC_BOARD #define CONFIG_CMD_GPIO -#ifndef CONFIG_TX6_UBOOT_MFG /* LCD Logo and Splash screen support */ #ifdef CONFIG_LCD #define CONFIG_SPLASH_SCREEN @@ -64,7 +63,6 @@ #define CONFIG_BMP_32BPP #define CONFIG_VIDEO_BMP_RLE8 #endif /* CONFIG_LCD */ -#endif /* CONFIG_TX6_UBOOT_MFG */ /* * Memory configuration options @@ -171,7 +169,7 @@ #endif /* - * Extra Environments + * Extra Environment Settings */ #ifdef CONFIG_TX6_UBOOT_NOENV #define CONFIG_EXTRA_ENV_SETTINGS \ -- 2.39.2