From f9edf38fa79a28de0a7f3de9d2eafa558cc5e1f5 Mon Sep 17 00:00:00 2001 From: Luka Perkov Date: Sat, 31 Oct 2015 20:32:04 +0100 Subject: [PATCH] arm: kirkwood: ib62x0: drop CONFIG_MACH_TYPE Mainline kernel for this device has only support for device tree. We can safely drop this legacy code. Signed-off-by: Luka Perkov --- include/configs/ib62x0.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/configs/ib62x0.h b/include/configs/ib62x0.h index 594fceb457..9f1dc8a708 100644 --- a/include/configs/ib62x0.h +++ b/include/configs/ib62x0.h @@ -22,11 +22,6 @@ #define CONFIG_KW88F6281 /* SOC Name */ #define CONFIG_SKIP_LOWLEVEL_INIT /* disable board lowlevel_init */ -/* - * Machine type - */ -#define CONFIG_MACH_TYPE MACH_TYPE_NAS6210 - /* * Enable device tree support */ -- 2.39.5