[U-Boot] [PATCH 1/6] kirkwood: ib62x0: drop CONFIG_MACH_TYPE

Luka Perkov luka.perkov at sartura.hr
Sun Nov 1 02:11:19 CET 2015


Mainline kernel for this device has only support for device tree. We can safely
drop this legacy code.

Signed-off-by: Luka Perkov <luka.perkov at 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 594fceb..9f1dc8a 100644
--- a/include/configs/ib62x0.h
+++ b/include/configs/ib62x0.h
@@ -23,11 +23,6 @@
 #define CONFIG_SKIP_LOWLEVEL_INIT	/* disable board lowlevel_init */
 
 /*
- * Machine type
- */
-#define CONFIG_MACH_TYPE	MACH_TYPE_NAS6210
-
-/*
  * Enable device tree support
  */
 #define CONFIG_OF_LIBFDT
-- 
2.6.2



More information about the U-Boot mailing list