From cd7b634413ea25838185db2faffc313d4d571fa9 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Wed, 25 Jan 2017 20:42:38 -0500 Subject: arm: Note vendor-required status of certain MACH_TYPE values In the cases of some boards, a MACH_TYPE number is used which is either not registered upstream or worse (for functionality) is re-using the number of a different (or reference) platform instead. Make sure we have a comment in these cases. Cc: Albert ARIBAUD Cc: Walter Schweizer Cc: Stefan Roese Cc: Fabio Estevam Signed-off-by: Tom Rini Acked-by: Stefan Roese --- include/configs/work_92105.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/configs/work_92105.h') diff --git a/include/configs/work_92105.h b/include/configs/work_92105.h index 4ce8b09..dd02142 100644 --- a/include/configs/work_92105.h +++ b/include/configs/work_92105.h @@ -18,8 +18,7 @@ * Define work_92105 machine type by hand -- done only for compatibility * with original board code */ -#define MACH_TYPE_WORK_92105 736 -#define CONFIG_MACH_TYPE MACH_TYPE_WORK_92105 +#define CONFIG_MACH_TYPE 736 #define CONFIG_SYS_ICACHE_OFF #define CONFIG_SYS_DCACHE_OFF -- cgit v1.1