From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Wed, 18 Jan 2012 17:42:43 +0900 Subject: [U-Boot] [PATCH] ORIGEN: remove duplicated MACH_TYPE define Message-ID: <4F168603.1090501@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Since MACH_TYPE_ORIGEN is updated on mach-types, remove the MACH_TYPE_ORIGEN on config file. Signed-off-by: Minkyu Kang Cc: Chander Kashyap --- include/configs/origen.h | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/include/configs/origen.h b/include/configs/origen.h index cd502d1..8ede825 100644 --- a/include/configs/origen.h +++ b/include/configs/origen.h @@ -52,8 +52,6 @@ #define CONFIG_INITRD_TAG #define CONFIG_CMDLINE_EDITING -/* MACH_TYPE_ORIGEN macro will be removed once added to mach-types */ -#define MACH_TYPE_ORIGEN 3455 #define CONFIG_MACH_TYPE MACH_TYPE_ORIGEN /* Power Down Modes */ -- 1.7.5.4