From 70b26cd057f42c7126088b49d4285955c8a00eae Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 10 Jan 2017 17:22:07 -0500 Subject: arm: Remove unregister MACH_TYPE_xxx uses Before we can sync with the latest mach-types.h file from the Linux Kernel we need to remove some instances of MACH_TYPE_xxx from our sources. As these values have been removed from the canonical upstream source we should not be using them either, so drop. Cc: Tom Warren Cc: Lucas Stach Cc: Luka Perkov Cc: Stephen Warren Cc: Heiko Schocher Cc: Thomas Weber Cc: Lucile Quirion Cc: Matthias Weisser Cc: Suriyan Ramasami Cc: Nobuhiro Iwamatsu Cc: Bo Shen Cc: Nick Thompson Cc: Stefano Babic Cc: Erik van Luijk Cc: Lokesh Vutla Signed-off-by: Tom Rini --- include/configs/ts4800.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/configs/ts4800.h') diff --git a/include/configs/ts4800.h b/include/configs/ts4800.h index a451acf1f4..261daef9aa 100644 --- a/include/configs/ts4800.h +++ b/include/configs/ts4800.h @@ -21,8 +21,6 @@ #define CONFIG_HW_WATCHDOG -#define CONFIG_MACH_TYPE MACH_TYPE_TS48XX - /* text base address used when linking */ #define CONFIG_SYS_TEXT_BASE 0x90008000 -- cgit