From f1ef2b62339526df3b921bcfefd174ce76d4c624 Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Mon, 22 Sep 2014 19:59:06 +0900 Subject: kconfig: move CONFIG_DEFAULT_DEVICE_TREE to kconfig This option specifies the default Device Tree used for the run-time configuration of U-Boot. Signed-off-by: Masahiro Yamada Cc: Simon Glass Cc: Stephen Warren Cc: Minkyu Kang Cc: Michal Simek --- include/configs/colibri_t30.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/colibri_t30.h') diff --git a/include/configs/colibri_t30.h b/include/configs/colibri_t30.h index d9e2d86914..782b9d16b7 100644 --- a/include/configs/colibri_t30.h +++ b/include/configs/colibri_t30.h @@ -11,7 +11,6 @@ #include "tegra30-common.h" -#define CONFIG_DEFAULT_DEVICE_TREE tegra30-colibri #define V_PROMPT "Colibri T30 # " #define CONFIG_TEGRA_BOARD_STRING "Toradex Colibri T30" -- cgit