From: Alexander Dahl <ada@thorsis.com>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH v2 1/4] u-boot: Bump default version and tweak help texts
Date: Tue, 5 Feb 2019 19:56:07 +0100 [thread overview]
Message-ID: <20190205185610.15346-2-ada@thorsis.com> (raw)
In-Reply-To: <20190205185610.15346-1-ada@thorsis.com>
The default U-Boot version to be built was from 2007, maybe it's time to
bump that?
The help text better explains the make config target option now, and how
U-Boot is written in the help texts was unified.
Signed-off-by: Alexander Dahl <ada@thorsis.com>
---
Notes:
v1 -> v2:
* This patch is new in v2.
platforms/u-boot.in | 17 +++++++++++------
1 file changed, 11 insertions(+), 6 deletions(-)
diff --git a/platforms/u-boot.in b/platforms/u-boot.in
index a403262bf..56e971659 100644
--- a/platforms/u-boot.in
+++ b/platforms/u-boot.in
@@ -9,10 +9,11 @@ if U_BOOT
config U_BOOT_VERSION
string
- default 1.2.0
+ default 2019.01
prompt "U-Boot version"
help
- Enter the Uboot version you want to build. Usually something like "1.2.0"
+ Enter the U-Boot version you want to build. Usually something like
+ "2019.01".
config U_BOOT_MD5
string
@@ -32,8 +33,12 @@ config U_BOOT_CONFIG
prompt "U-Boot config target"
help
The U-Boot make config target. Usually something like
- "yourbox_config". See Uboot's main Makefile for possible
- configuration targets.
+ "yourbox_config". Before U-Boot 2014.10 that was something from
+ the file "boards.cfg". With version 2014.10 U-Boot switched to
+ Kconfig based build and configuration, and from there you could
+ use some defconfig name as config target, e.g.
+ "yourbox_defconfig", where that name is a file from the folder
+ "configs".
comment "target install"
@@ -70,8 +75,8 @@ config U_BOOT_INSTALL_U_BOOT_IMG
prompt "install u-boot.img"
bool
help
- Installing the u-boot image with header ("u-boot.img") which is executed
- by u-boot SPL into platform image directory.
+ Installing the U-Boot image with header ("u-boot.img") which is executed
+ by U-Boot SPL into platform image directory.
endif
--
2.11.0
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
next prev parent reply other threads:[~2019-02-05 18:56 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-05 18:56 [ptxdist] [PATCH v2 0/4] u-boot: Modernize rules Alexander Dahl
2019-02-05 18:56 ` Alexander Dahl [this message]
2019-02-05 18:56 ` [ptxdist] [PATCH v2 2/4] u-boot: Add option to use Kconfig based configuration Alexander Dahl
2019-02-05 18:56 ` [ptxdist] [PATCH v2 3/4] u-boot: Run install(1)/rm(1) with -v Alexander Dahl
2019-02-05 18:56 ` [ptxdist] [PATCH v2 4/4] u-boot: Add u-boot{-dtb, -with-spl-pbl}.bin image installation options Alexander Dahl
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=20190205185610.15346-2-ada@thorsis.com \
--to=ada@thorsis.com \
--cc=ptxdist@pengutronix.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