From 04a26f678dd157a26f301a8d06cb233f21d0dad8 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Tue, 26 Feb 2013 12:01:49 +0100 Subject: oftree command: retire CMD_OFTREE_PROBE Kconfig option Whether or not the user wishes devicetree probe support can now be decided indepentently of the oftree command, so retire the CMD_OFTREE_PROBE option and use OFDEVICE in the code instead. Signed-off-by: Sascha Hauer --- commands/oftree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/oftree.c') diff --git a/commands/oftree.c b/commands/oftree.c index 612d01afa5..e4f52b851c 100644 --- a/commands/oftree.c +++ b/commands/oftree.c @@ -64,7 +64,7 @@ static int do_oftree(int argc, char *argv[]) dump = 1; break; case 'p': - if (IS_ENABLED(CONFIG_CMD_OFTREE_PROBE)) { + if (IS_ENABLED(CONFIG_OFDEVICE)) { probe = 1; } else { printf("oftree device probe support disabled\n"); -- cgit v1.2.3