From 2da914958af6eba1380d889a24250004e6e96d96 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lothar=20Wa=C3=9Fmann?= Date: Fri, 25 Oct 2013 14:59:06 +0200 Subject: [PATCH 1/1] dts: karo: remove embedded FDT The embedded FDT is not really useful because it always will be outdated as long as the Linux DT bindings are not stable. Thus remove the embedded FDT to prevent build errors due to incorrect version of the device-tree-compiler. --- include/configs/tx28.h | 1 - include/configs/tx48.h | 1 - include/configs/tx51.h | 1 - include/configs/tx53.h | 1 - include/configs/tx6.h | 1 - 5 files changed, 5 deletions(-) diff --git a/include/configs/tx28.h b/include/configs/tx28.h index 43b72183aa..8d6f1adbc1 100644 --- a/include/configs/tx28.h +++ b/include/configs/tx28.h @@ -83,7 +83,6 @@ #define CONFIG_OF_LIBFDT #ifdef CONFIG_OF_LIBFDT #define CONFIG_FDT_FIXUP_PARTITIONS -#define CONFIG_OF_EMBED #define CONFIG_OF_BOARD_SETUP #define CONFIG_DEFAULT_DEVICE_TREE tx28 #define CONFIG_ARCH_DEVICE_TREE mx28 diff --git a/include/configs/tx48.h b/include/configs/tx48.h index c62fd3c911..a52a15eb99 100644 --- a/include/configs/tx48.h +++ b/include/configs/tx48.h @@ -90,7 +90,6 @@ */ #ifdef CONFIG_OF_LIBFDT /* set via cmdline parameter thru boards.cfg */ #define CONFIG_FDT_FIXUP_PARTITIONS -#define CONFIG_OF_EMBED #define CONFIG_OF_BOARD_SETUP #define CONFIG_DEFAULT_DEVICE_TREE tx48 #define CONFIG_ARCH_DEVICE_TREE am33xx diff --git a/include/configs/tx51.h b/include/configs/tx51.h index d9b6a81d01..09f32b0941 100644 --- a/include/configs/tx51.h +++ b/include/configs/tx51.h @@ -98,7 +98,6 @@ * Flattened Device Tree (FDT) support */ #define CONFIG_OF_LIBFDT -#define CONFIG_OF_EMBED #define CONFIG_OF_BOARD_SETUP #define CONFIG_DEFAULT_DEVICE_TREE tx51 #define CONFIG_ARCH_DEVICE_TREE mx51 diff --git a/include/configs/tx53.h b/include/configs/tx53.h index 1427566a30..f751b3d1d7 100644 --- a/include/configs/tx53.h +++ b/include/configs/tx53.h @@ -81,7 +81,6 @@ * Flattened Device Tree (FDT) support */ #define CONFIG_OF_LIBFDT -#define CONFIG_OF_EMBED #define CONFIG_OF_BOARD_SETUP #define CONFIG_DEFAULT_DEVICE_TREE tx53 #define CONFIG_ARCH_DEVICE_TREE mx53 diff --git a/include/configs/tx6.h b/include/configs/tx6.h index a9ad468dfa..554c0c9df6 100644 --- a/include/configs/tx6.h +++ b/include/configs/tx6.h @@ -90,7 +90,6 @@ #define CONFIG_OF_LIBFDT #ifdef CONFIG_OF_LIBFDT #define CONFIG_FDT_FIXUP_PARTITIONS -#define CONFIG_OF_EMBED #define CONFIG_OF_BOARD_SETUP #ifdef CONFIG_MX6Q #define CONFIG_DEFAULT_DEVICE_TREE tx6q -- 2.39.2