All of lore.kernel.org
 help / color / mirror / Atom feed
From: Francois Perrad <fperrad@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2 2/4] configs/mx6cubox: switch uboot to Kconfig build system
Date: Tue,  6 Oct 2020 12:39:53 +0200	[thread overview]
Message-ID: <20201006103955.464562-2-francois.perrad@gadz.org> (raw)
In-Reply-To: <20201006103955.464562-1-francois.perrad@gadz.org>

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
 configs/mx6cubox_defconfig | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/configs/mx6cubox_defconfig b/configs/mx6cubox_defconfig
index 18e06fea8..3c45198ce 100644
--- a/configs/mx6cubox_defconfig
+++ b/configs/mx6cubox_defconfig
@@ -30,9 +30,10 @@ BR2_TARGET_ROOTFS_EXT2_4=y
 
 # Bootloaders
 BR2_TARGET_UBOOT=y
-BR2_TARGET_UBOOT_BOARDNAME="mx6cuboxi"
+BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
 BR2_TARGET_UBOOT_CUSTOM_VERSION=y
 BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2018.03"
+BR2_TARGET_UBOOT_BOARD_DEFCONFIG="mx6cuboxi"
 BR2_TARGET_UBOOT_FORMAT_IMG=y
 BR2_TARGET_UBOOT_SPL=y
 BR2_TARGET_UBOOT_SPL_NAME="SPL"
-- 
2.25.1

  reply	other threads:[~2020-10-06 10:39 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-06 10:39 [Buildroot] [PATCH v2 1/4] configs/mx6cubox: use recommended layout Francois Perrad
2020-10-06 10:39 ` Francois Perrad [this message]
2020-10-06 10:39 ` [Buildroot] [PATCH v2 3/4] configs/mx6cubox: install all variants of dt included in kernel 5.4 Francois Perrad
2020-10-06 10:39 ` [Buildroot] [PATCH v2 4/4] configs/mx6cubox: bump Linux and U-Boot versions Francois Perrad
2020-10-06 11:23   ` Fabio Estevam
2020-10-06 11:59     ` François Perrad
2020-10-06 12:24       ` Fabio Estevam
2020-10-08 21:26 ` [Buildroot] [PATCH v2 1/4] configs/mx6cubox: use recommended layout Thomas Petazzoni

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=20201006103955.464562-2-francois.perrad@gadz.org \
    --to=fperrad@gmail.com \
    --cc=buildroot@busybox.net \
    /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.