diff options
author | Luka Perkov | 2015-10-31 21:23:51 +0100 |
---|---|---|
committer | Luka Perkov | 2015-11-17 23:41:41 +0100 |
commit | 6d559637d50f7966369580cf1ee6db5464c192d9 (patch) | |
tree | 37ac486928f5937de69ec353ef50a9945764ea94 /include | |
parent | ab71ece5055375f61dec144fc5a67b910d7aab03 (diff) |
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>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/ib62x0.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/ib62x0.h b/include/configs/ib62x0.h index 976147da3c8..fb59ce29f22 100644 --- a/include/configs/ib62x0.h +++ b/include/configs/ib62x0.h @@ -26,11 +26,6 @@ #define CONFIG_BUILD_TARGET "u-boot.kwb" /* - * Enable device tree support - */ -#define CONFIG_OF_LIBFDT - -/* * Compression configuration */ #define CONFIG_BZIP2 |