From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Nelson Date: Mon, 12 Mar 2012 17:25:44 -0700 Subject: [U-Boot] [PATCH V2 2/3] i.MX6: mx6qsabrelite: add MACH_TYPE_MX6Q_SABRELITE In-Reply-To: <1330894297-4563-3-git-send-email-eric.nelson@boundarydevices.com> References: <119206> <1330894297-4563-1-git-send-email-eric.nelson@boundarydevices.com> <1330894297-4563-3-git-send-email-eric.nelson@boundarydevices.com> Message-ID: <4F5E9408.5080400@boundarydevices.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 03/04/2012 01:51 PM, Eric Nelson wrote: > Allow non-dt kernels to boot > > Signed-off-by: Troy Kisky > --- > include/configs/mx6qsabrelite.h | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/include/configs/mx6qsabrelite.h b/include/configs/mx6qsabrelite.h > index 85f6f7a..381b3a7 100644 > --- a/include/configs/mx6qsabrelite.h > +++ b/include/configs/mx6qsabrelite.h > @@ -28,6 +28,8 @@ > #define CONFIG_DISPLAY_CPUINFO > #define CONFIG_DISPLAY_BOARDINFO > > +#define CONFIG_MACH_TYPE 3769 > + > #include > > #define CONFIG_CMDLINE_TAG Any comment on this patch?