From mboxrd@z Thu Jan 1 00:00:00 1970 From: Igor Grinberg Date: Wed, 9 Sep 2015 11:36:38 +0300 Subject: [U-Boot] [PATCH] omap3: cm-t3517: define CONFIG_MACH_TYPE In-Reply-To: <1441787237-9195-1-git-send-email-lifshitz@compulab.co.il> References: <1441787237-9195-1-git-send-email-lifshitz@compulab.co.il> Message-ID: <55EFEF96.3090106@compulab.co.il> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 09/09/15 11:27, Dmitry Lifshitz wrote: > Define CONFIG_MACH_TYPE to allow non DT Linux boot. > > Signed-off-by: Dmitry Lifshitz Acked-by: Igor Grinberg > --- > 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 /* get chip and board defs */ > #include > > +#define CONFIG_MACH_TYPE MACH_TYPE_CM_T3517 > + > /* > * Display CPU and Board information > */ > -- Regards, Igor.