diff options
author | Luka Perkov | 2015-10-31 20:32:04 +0100 |
---|---|---|
committer | Luka Perkov | 2015-11-17 23:41:41 +0100 |
commit | f9edf38fa79a28de0a7f3de9d2eafa558cc5e1f5 (patch) | |
tree | fdcc42bc3f4e0e2a28094ed87504bd8d314c3b40 /include | |
parent | 38c0e864d3f411470093fd5e9dc6ed0c05818212 (diff) |
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 <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 594fceb457c..9f1dc8a7086 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 |