From 657006a1c46f11784757f9437ffaaa5e0c4dea72 Mon Sep 17 00:00:00 2001
From: Heiko Schocher <hs@denx.de>
Date: Wed, 21 Jan 2015 09:22:20 +0100
Subject: [PATCH] arm, at91: taurus remove MACH_TYPE definitions in config file

remove MACH_TYPE definitions in config file, as they come from
the defconfig.

Signed-off-by: Heiko Schocher <hs@denx.de>
---
 include/configs/taurus.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/include/configs/taurus.h b/include/configs/taurus.h
index b61dc2d115..2cf4558daa 100644
--- a/include/configs/taurus.h
+++ b/include/configs/taurus.h
@@ -21,9 +21,6 @@
  */
 #include <asm/hardware.h>
 
-#define MACH_TYPE_TAURUS		2067
-#define MACH_TYPE_AXM			2068
-
 #define CONFIG_SYS_GENERIC_BOARD
 
 #if defined(CONFIG_SPL_BUILD)
-- 
2.39.5