summaryrefslogtreecommitdiffstats
path: root/platforms
diff options
context:
space:
mode:
authorAlexander Dahl <ada@thorsis.com>2019-02-05 19:56:07 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-02-07 14:04:53 +0100
commit1656052b6f4fff8209d215b682de60612dacf411 (patch)
tree2fc2242b1c5460032933bd6dab6f53bc82cd80b5 /platforms
parent4f52e4fd9dae438a1b944cdb037027a3d8221d99 (diff)
downloadptxdist-1656052b6f4fff8209d215b682de60612dacf411.tar.gz
ptxdist-1656052b6f4fff8209d215b682de60612dacf411.tar.xz
u-boot: Bump default version and tweak help texts
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> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'platforms')
-rw-r--r--platforms/u-boot.in17
1 files 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