From 086c968b70da66be350b4cac1e7e4028ec152971 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 Conflicts: include/configs/tx6.h --- board/karo/tx6/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/board/karo/tx6/Kconfig b/board/karo/tx6/Kconfig index c61f91afec..c848d59d11 100644 --- a/board/karo/tx6/Kconfig +++ b/board/karo/tx6/Kconfig @@ -53,6 +53,7 @@ config TX6 select SYS_I2C select SYS_I2C_MXC select GET_FEC_MAC_ADDR_FROM_IIM + select OF_LIBFDT config TX6_NAND bool -- 2.39.2