From 783e6a72b8278d59854ced41a4696c9a14abbb0b Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Mon, 22 Sep 2014 19:59:05 +0900 Subject: kconfig: move CONFIG_OF_* to Kconfig This commit moves: CONFIG_OF_CONTROL CONFIG_OF_SEPARATE CONFIG_OF_EMBED CONFIG_OF_HOSTFILE Because these options are currently not supported for SPL, the "Device Tree Control" menu does not appear in the SPL configuration. Note: zynq-common.h should be adjusted so as not to change the default value of CONFIG_SPL_FAT_LOAD_PAYLOAD_NAME. Signed-off-by: Masahiro Yamada Acked-by: Simon Glass Cc: Stephen Warren Cc: Minkyu Kang Acked-by: Michal Simek --- include/configs/paz00.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/configs/paz00.h') diff --git a/include/configs/paz00.h b/include/configs/paz00.h index dd0abf8de6..01cb649a9d 100644 --- a/include/configs/paz00.h +++ b/include/configs/paz00.h @@ -22,8 +22,6 @@ /* Enable fdt support for Paz00. Flash the image in u-boot-dtb.bin */ #define CONFIG_DEFAULT_DEVICE_TREE tegra20-paz00 -#define CONFIG_OF_CONTROL -#define CONFIG_OF_SEPARATE /* High-level configuration options */ #define V_PROMPT "Tegra20 (Paz00) MOD # " -- cgit v1.2.1