diff options
author | Simon Glass <sjg@chromium.org> | 2016-02-22 22:55:42 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-03-14 14:50:25 -0400 |
commit | 69e173eb57d1f4848f070c83456096ba5d2ba1b4 (patch) | |
tree | 2505e4c13b397edf64d640e0a1a92e3a503707a9 /include/configs/km | |
parent | 9e971632cd6dae4fc2b30c600ff5650ecf8944f1 (diff) | |
download | u-boot-imx-69e173eb57d1f4848f070c83456096ba5d2ba1b4.zip u-boot-imx-69e173eb57d1f4848f070c83456096ba5d2ba1b4.tar.gz u-boot-imx-69e173eb57d1f4848f070c83456096ba5d2ba1b4.tar.bz2 |
Move CONFIG_OF_LIBFDT to Kconfig
Move this option to Kconfig and tidy up existing boards.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/km')
-rw-r--r-- | include/configs/km/km-powerpc.h | 1 | ||||
-rw-r--r-- | include/configs/km/km_arm.h | 3 | ||||
-rw-r--r-- | include/configs/km/kmp204x-common.h | 1 |
3 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/km/km-powerpc.h b/include/configs/km/km-powerpc.h index eba7479..d2cc078 100644 --- a/include/configs/km/km-powerpc.h +++ b/include/configs/km/km-powerpc.h @@ -18,7 +18,6 @@ #define CONFIG_JFFS2_CMDLINE /* Pass open firmware flat tree */ -#define CONFIG_OF_LIBFDT #define CONFIG_OF_BOARD_SETUP /* standard km ethernet_present for piggy */ diff --git a/include/configs/km/km_arm.h b/include/configs/km/km_arm.h index d1f0b12..dfc1c7e 100644 --- a/include/configs/km/km_arm.h +++ b/include/configs/km/km_arm.h @@ -93,9 +93,6 @@ #define CONFIG_SKIP_LOWLEVEL_INIT /* disable board lowlevel_init */ #define CONFIG_MISC_INIT_R -/* Pass open firmware flat tree */ -#define CONFIG_OF_LIBFDT - /* * NS16550 Configuration */ diff --git a/include/configs/km/kmp204x-common.h b/include/configs/km/kmp204x-common.h index 6860ad2..ebfb54e 100644 --- a/include/configs/km/kmp204x-common.h +++ b/include/configs/km/kmp204x-common.h @@ -259,7 +259,6 @@ unsigned long get_board_sys_clk(unsigned long dummy); #define CONFIG_SYS_HUSH_PARSER /* pass open firmware flat tree */ -#define CONFIG_OF_LIBFDT #define CONFIG_OF_BOARD_SETUP #define CONFIG_OF_STDOUT_VIA_ALIAS |