All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alex de Cabo <alejandro.de-cabo-garcia@congatec.com>
To: meta-freescale@yoctoproject.org
Cc: Alex de Cabo <alejandro.de-cabo-garcia@congatec.com>
Subject: [3rdparty][master][PATCH 2/2] cgtqmx6: Change Uboot provider
Date: Thu, 16 Feb 2017 09:14:49 +0100	[thread overview]
Message-ID: <1487232889-25448-2-git-send-email-alejandro.de-cabo-garcia@congatec.com> (raw)
In-Reply-To: <1487232889-25448-1-git-send-email-alejandro.de-cabo-garcia@congatec.com>

Change Uboot provider to u-boot-congatec, and change kernel
image type to uImage

Signed-off-by: Alex de Cabo <alejandro.de-cabo-garcia@congatec.com>
---
 conf/machine/cgtqmx6.conf | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/conf/machine/cgtqmx6.conf b/conf/machine/cgtqmx6.conf
index 9411628..ef7c54e 100644
--- a/conf/machine/cgtqmx6.conf
+++ b/conf/machine/cgtqmx6.conf
@@ -9,15 +9,18 @@ MACHINEOVERRIDES =. "mx6:mx6dl:mx6q:"
 include conf/machine/include/imx-base.inc
 include conf/machine/include/tune-cortexa9.inc
 
+PREFERRED_PROVIDER_u-boot = "u-boot-congatec"
 UBOOT_MAKE_TARGET = ""
 UBOOT_SUFFIX = "img"
 SPL_BINARY = "SPL"
-UBOOT_MACHINE = "cgtqmx6eval_defconfig"
+UBOOT_CONFIG ??= "cgtqmx6"
+
+UBOOT_CONFIG[cgtqmx6] = "cgtqmx6eval_defconfig"
 
 # Use linux kernel QMX6
 PREFERRED_PROVIDER_virtual/kernel ??= "linux-congatec"
 KERNEL_DEVICETREE = "imx6q-qmx6.dtb imx6dl-qmx6.dtb"
-KERNEL_IMAGETYPE = "zImage"
+KERNEL_IMAGETYPE = "uImage"
 
 SERIAL_CONSOLE = "115200 ttymxc1"
 
-- 
1.9.1



      reply	other threads:[~2017-02-16  8:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-16  8:14 [3rdparty][master][PATCH 1/2] u-boot-congatec: Add Congatec 2016.01 implementation Alex de Cabo
2017-02-16  8:14 ` Alex de Cabo [this message]

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=1487232889-25448-2-git-send-email-alejandro.de-cabo-garcia@congatec.com \
    --to=alejandro.de-cabo-garcia@congatec.com \
    --cc=meta-freescale@yoctoproject.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.