diff mbox

[U-Boot] omap3: cm-t3517: define CONFIG_MACH_TYPE

Message ID 1441787237-9195-1-git-send-email-lifshitz@compulab.co.il
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Dmitry Lifshitz Sept. 9, 2015, 8:27 a.m. UTC
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(-)

Comments

Igor Grinberg Sept. 9, 2015, 8:36 a.m. UTC | #1
On 09/09/15 11:27, Dmitry Lifshitz wrote:
> Define CONFIG_MACH_TYPE to allow non DT Linux boot.
> 
> Signed-off-by: Dmitry Lifshitz <lifshitz@compulab.co.il>

Acked-by: Igor Grinberg <grinberg@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
>   */
>
Tom Rini Sept. 12, 2015, 12:52 p.m. UTC | #2
On Wed, Sep 09, 2015 at 11:27:17AM +0300, Dmitry Lifshitz wrote:

> Define CONFIG_MACH_TYPE to allow non DT Linux boot.
> 
> Signed-off-by: Dmitry Lifshitz <lifshitz@compulab.co.il>
> Acked-by: Igor Grinberg <grinberg@compulab.co.il>

Applied to u-boot/master, thanks!
diff mbox

Patch

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
  */