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/whistler.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/configs/whistler.h') diff --git a/include/configs/whistler.h b/include/configs/whistler.h index 19b57fd223..30a48e83ca 100644 --- a/include/configs/whistler.h +++ b/include/configs/whistler.h @@ -19,8 +19,6 @@ #define CONFIG_TEGRA_UARTA_UAA_UAB #define CONFIG_SYS_NS16550_COM1 NV_PA_APB_UARTA_BASE -#define CONFIG_MACH_TYPE MACH_TYPE_WHISTLER - /* I2C */ #define CONFIG_SYS_I2C_TEGRA -- cgit v1.2.3