From 6d559637d50f7966369580cf1ee6db5464c192d9 Mon Sep 17 00:00:00 2001
From: Luka Perkov <luka.perkov@sartura.hr>
Date: Sat, 31 Oct 2015 21:23:51 +0100
Subject: [PATCH] arm: kirkwood: ib62x0: drop dev CONFIG_OF_LIBFDT

It is already defined in included mv-common.h file.

Signed-off-by: Luka Perkov <luka.perkov@sartura.hr>
---
 include/configs/ib62x0.h | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/include/configs/ib62x0.h b/include/configs/ib62x0.h
index 976147da3c..fb59ce29f2 100644
--- a/include/configs/ib62x0.h
+++ b/include/configs/ib62x0.h
@@ -25,11 +25,6 @@
 /* Add target to build it automatically upon "make" */
 #define CONFIG_BUILD_TARGET     "u-boot.kwb"
 
-/*
- * Enable device tree support
- */
-#define CONFIG_OF_LIBFDT
-
 /*
  * Compression configuration
  */
-- 
2.39.5