diff options
author | Dmitry Lifshitz <lifshitz@compulab.co.il> | 2015-09-09 11:27:17 +0300 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-09-11 17:15:34 -0400 |
commit | f3b44e8b2735a542cd962c74e8bc2dd50a87ab67 (patch) | |
tree | ddcb3699f5983fab13660bb0dcd1afb97a3e9103 /include | |
parent | 2f6e4bf8922146812041d1622d9caf962825996f (diff) | |
download | talos-obmc-uboot-f3b44e8b2735a542cd962c74e8bc2dd50a87ab67.tar.gz talos-obmc-uboot-f3b44e8b2735a542cd962c74e8bc2dd50a87ab67.zip |
omap3: cm-t3517: define CONFIG_MACH_TYPE
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>
Diffstat (limited to 'include')
-rw-r--r-- | 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 6bcba93956..69332b647d 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 */ |