From 919902dbaaecd5dbe786bf19231fb17e81bb80d6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lothar=20Wa=C3=9Fmann?= Date: Wed, 4 Feb 2015 07:44:01 +0100 Subject: [PATCH] karo: tx6: enable FDT support for MFG U-Boot build --- include/configs/tx6.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/configs/tx6.h b/include/configs/tx6.h index f0bf5613a6..3df320612c 100644 --- a/include/configs/tx6.h +++ b/include/configs/tx6.h @@ -90,7 +90,6 @@ /* * Flattened Device Tree (FDT) support */ -#ifndef CONFIG_MFG #define CONFIG_OF_LIBFDT #ifdef CONFIG_OF_LIBFDT #ifndef CONFIG_NO_NAND @@ -98,7 +97,6 @@ #endif #define CONFIG_OF_BOARD_SETUP #endif /* CONFIG_OF_LIBFDT */ -#endif /* CONFIG_MFG */ /* * Boot Linux -- 2.39.2