From 92a1babf75e90b45026ef0b0e83a6be0343fb70a Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Wed, 25 Jan 2017 20:42:36 -0500 Subject: arm: Clean up MACH_TYPE_xxx usage after re-sync of mach-types With the latest mach-types values we have many instances where we no longer need to define a value and a few cases where the name (but not value) have changed slightly. Signed-off-by: Tom Rini --- include/configs/dreamplug.h | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'include/configs/dreamplug.h') diff --git a/include/configs/dreamplug.h b/include/configs/dreamplug.h index 252e5f5d1e..003cf0e1f3 100644 --- a/include/configs/dreamplug.h +++ b/include/configs/dreamplug.h @@ -12,19 +12,6 @@ #ifndef _CONFIG_DREAMPLUG_H #define _CONFIG_DREAMPLUG_H -/* - * FIXME: This belongs in mach-types.h. However, we only pull mach-types - * from Linus' kernel.org tree. This hasn't been updated primarily due to - * the recent arch/arm reshuffling. So, in the meantime, we'll place it - * here. - */ -#include -#ifdef MACH_TYPE_DREAMPLUG -#error "MACH_TYPE_DREAMPLUG has been defined properly, please remove this." -#else -#define MACH_TYPE_DREAMPLUG 3550 -#endif - /* * High Level Configuration Options (easy to change) */ -- cgit v1.2.1