summaryrefslogtreecommitdiffstats
path: root/rules/u-boot-tools.in
diff options
context:
space:
mode:
authorAlexander Stein <alexander.stein@systec-electronic.com>2014-09-29 09:08:38 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-10-17 09:59:52 +0200
commit330da573af09daa810f8e91cbed3d49c91bbded5 (patch)
treecb48c93713bedb8aba3518a7fbc064cde234a59e /rules/u-boot-tools.in
parentd8a55123c8f0d63f6e12a965244e4e25210f5133 (diff)
downloadptxdist-330da573af09daa810f8e91cbed3d49c91bbded5.tar.gz
ptxdist-330da573af09daa810f8e91cbed3d49c91bbded5.tar.xz
u-boot-tools: Update to version 2014.07
This updates the u-boot tools to 2014.07, where fw_printenv/fw_setenv also support MMC devices. The now somewhat changed build system always need a target configured. So use sandbox as dummy. Now it is not possible to build mkimage for the target. So remove that from Kconfig. Signed-off-by: Alexander Stein <alexander.stein@systec-electronic.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/u-boot-tools.in')
-rw-r--r--rules/u-boot-tools.in10
1 files changed, 1 insertions, 9 deletions
diff --git a/rules/u-boot-tools.in b/rules/u-boot-tools.in
index b02ded509..76ed28a04 100644
--- a/rules/u-boot-tools.in
+++ b/rules/u-boot-tools.in
@@ -5,18 +5,10 @@ menuconfig U_BOOT_TOOLS
prompt "u-boot-tools "
help
some helpful tools from U-Boot project. Most important tool in
- this section is mkimage to generate U-Boot boot images.
+ this section is fw_printenv/fw_setenv to read/write U-Boot settings.
if U_BOOT_TOOLS
-config U_BOOT_TOOLS_TOOL_MKIMAGE
- tristate
- default y
- prompt "mkimage"
- help
- the U-Boot mkimage command is used to create boot images for
- the U-Boot bootloader.
-
config U_BOOT_TOOLS_TOOL_ENV
tristate
default n