summaryrefslogtreecommitdiffstats
path: root/platforms
diff options
context:
space:
mode:
authorStephan Linz <linz@li-pro.net>2010-08-04 17:56:07 +0200
committerMarc Kleine-Budde <mkl@pengutronix.de>2010-08-05 08:20:59 +0200
commit624522783bd91478d814df7dc9bfbd0b2c7fb540 (patch)
tree6002b01a745874b58385703e3b7acd77eedcbfc3 /platforms
parent0a102c79ae5f0b99a4a203f38988172ed0e42272 (diff)
downloadptxdist-624522783bd91478d814df7dc9bfbd0b2c7fb540.tar.gz
ptxdist-624522783bd91478d814df7dc9bfbd0b2c7fb540.tar.xz
[u-boot] install srec and/or elf images
Signed-off-by: Stephan Linz <linz@li-pro.net> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'platforms')
-rw-r--r--platforms/u-boot.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/platforms/u-boot.in b/platforms/u-boot.in
index 64d4d03a4..383a2286c 100644
--- a/platforms/u-boot.in
+++ b/platforms/u-boot.in
@@ -42,5 +42,19 @@ config U_BOOT_CONFIG
"yourbox_config". See Uboot's main Makefile for possible
configuration targets.
+comment "target install"
+
+config U_BOOT_INSTALL_SREC
+ prompt "install u-boot.srec"
+ bool
+ help
+ Installing the U-Boot srec hexfile into platform image directory.
+
+config U_BOOT_INSTALL_ELF
+ prompt "install u-boot.elf"
+ bool
+ help
+ Installing the U-Boot ELF binary into platform image directory.
+
endif