* [U-Boot] [PATCH] ORIGEN: remove duplicated MACH_TYPE define
@ 2012-01-18 8:42 Minkyu Kang
2012-01-25 2:02 ` Minkyu Kang
0 siblings, 1 reply; 2+ messages in thread
From: Minkyu Kang @ 2012-01-18 8:42 UTC (permalink / raw)
To: u-boot
Since MACH_TYPE_ORIGEN is updated on mach-types,
remove the MACH_TYPE_ORIGEN on config file.
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Cc: Chander Kashyap <chander.kashyap@linaro.org>
---
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-01-25 2:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-18 8:42 [U-Boot] [PATCH] ORIGEN: remove duplicated MACH_TYPE define Minkyu Kang
2012-01-25 2:02 ` Minkyu Kang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox