From: Tim Harvey <tharvey@gateworks.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 02/11] imx: ventana: added cputype env var
Date: Thu, 7 Aug 2014 22:35:42 -0700 [thread overview]
Message-ID: <1407476151-5603-3-git-send-email-tharvey@gateworks.com> (raw)
In-Reply-To: <1407476151-5603-1-git-send-email-tharvey@gateworks.com>
There are many similarities between the IMX6QUAD/IMX6DUAL and there are
many similarities between the IMX6SOLO/IMX6DUALITE. Add a 'soctype' env
variable that tells you which type you have.
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
---
board/gateworks/gw_ventana/gw_ventana.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/board/gateworks/gw_ventana/gw_ventana.c b/board/gateworks/gw_ventana/gw_ventana.c
index a8fcb5d..de2336e 100644
--- a/board/gateworks/gw_ventana/gw_ventana.c
+++ b/board/gateworks/gw_ventana/gw_ventana.c
@@ -1264,6 +1264,7 @@ int misc_init_r(void)
else if (is_cpu_type(MXC_CPU_MX6DL) ||
is_cpu_type(MXC_CPU_MX6SOLO))
cputype = "imx6dl";
+ setenv("soctype", cputype);
if (8 << (ventana_info.nand_flash_size-1) >= 2048)
setenv("flash_layout", "large");
else
--
1.8.3.2
next prev parent reply other threads:[~2014-08-08 5:35 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-08 5:35 [U-Boot] [PATCH 00/11] imx: ventana: misc patches Tim Harvey
2014-08-08 5:35 ` [U-Boot] [PATCH 01/11] imx: ventana: set dynamic env var for flash layout Tim Harvey
2014-08-20 10:52 ` Stefano Babic
2014-08-08 5:35 ` Tim Harvey [this message]
2014-08-14 15:23 ` [U-Boot] [PATCH 02/11] imx: ventana: added cputype env var Stefano Babic
2014-08-18 13:52 ` Tim Harvey
2014-08-20 10:51 ` Stefano Babic
2014-09-09 13:19 ` Stefano Babic
2014-08-08 5:35 ` [U-Boot] [PATCH 03/11] imx: ventana: remove caam disable per eeprom bit Tim Harvey
2014-08-20 10:53 ` Stefano Babic
2014-08-08 5:35 ` [U-Boot] [PATCH 04/11] imx: ventana: add appropriate delay following GSC i2c write Tim Harvey
2014-08-20 10:54 ` Stefano Babic
2014-08-08 5:35 ` [U-Boot] [PATCH 05/11] imx: ventana: add econfig command Tim Harvey
2014-08-20 11:09 ` Stefano Babic
2014-08-08 5:35 ` [U-Boot] [PATCH 06/11] imx: ventana: add video enable gpio pinmux for GW54xx Tim Harvey
2014-08-20 10:59 ` Stefano Babic
2014-08-08 5:35 ` [U-Boot] [PATCH 07/11] imx: ventana: add missing crlf to print Tim Harvey
2014-08-20 11:00 ` Stefano Babic
2014-08-08 5:35 ` [U-Boot] [PATCH 08/11] imx: ventana: configure i2c_dis# pin properly for gw53xx Tim Harvey
2014-08-20 11:02 ` Stefano Babic
2014-08-08 5:35 ` [U-Boot] [PATCH 09/11] imx: ventana: enable SION bit on gpio outputs Tim Harvey
2014-08-20 11:02 ` Stefano Babic
2014-08-08 5:35 ` [U-Boot] [PATCH 10/11] imx: ventana: add iomux for PCISKT_WDIS# gpio Tim Harvey
2014-08-20 11:03 ` Stefano Babic
2014-08-08 5:35 ` [U-Boot] [PATCH 11/11] imx: ventana: leave PCI reset de-asserted if PCI enabled Tim Harvey
2014-08-20 11:05 ` Stefano Babic
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1407476151-5603-3-git-send-email-tharvey@gateworks.com \
--to=tharvey@gateworks.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox