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/pm9261.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/pm9261.h') diff --git a/include/configs/pm9261.h b/include/configs/pm9261.h index c7bb6c2..79b35d7 100644 --- a/include/configs/pm9261.h +++ b/include/configs/pm9261.h @@ -31,7 +31,6 @@ #define CONFIG_ARCH_CPU_INIT #define CONFIG_SYS_TEXT_BASE 0 -#define MACH_TYPE_PM9261 1187 #define CONFIG_MACH_TYPE MACH_TYPE_PM9261 /* clocks */ -- cgit v1.1