public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] omap3: cm-t3517: define CONFIG_MACH_TYPE
@ 2015-09-09  8:27 Dmitry Lifshitz
  2015-09-09  8:36 ` Igor Grinberg
  2015-09-12 12:52 ` [U-Boot] " Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Dmitry Lifshitz @ 2015-09-09  8:27 UTC (permalink / raw)
  To: u-boot

Define CONFIG_MACH_TYPE to allow non DT Linux boot.

Signed-off-by: Dmitry Lifshitz <lifshitz@compulab.co.il>
---
 include/configs/cm_t3517.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/configs/cm_t3517.h b/include/configs/cm_t3517.h
index fbc10dd..27c023c 100644
--- a/include/configs/cm_t3517.h
+++ b/include/configs/cm_t3517.h
@@ -36,6 +36,8 @@
 #include <asm/arch/cpu.h>		/* get chip and board defs */
 #include <asm/arch/omap.h>
 
+#define CONFIG_MACH_TYPE                MACH_TYPE_CM_T3517
+
 /*
  * Display CPU and Board information
  */
-- 
1.7.5.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-09-12 12:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-09  8:27 [U-Boot] [PATCH] omap3: cm-t3517: define CONFIG_MACH_TYPE Dmitry Lifshitz
2015-09-09  8:36 ` Igor Grinberg
2015-09-12 12:52 ` [U-Boot] " Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox