summaryrefslogtreecommitdiffstats
path: root/platforms
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-11-19 21:32:13 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-05-04 12:41:26 +0200
commitf49e98b2e97d7bfdff2f6f12f965e4afa41d6cb7 (patch)
tree4961b012e21a3cad62e6cc0987e5969ed60792ed /platforms
parent89d7fe2aeb1204316912e71fc1c96f22a0ba80d2 (diff)
downloadptxdist-f49e98b2e97d7bfdff2f6f12f965e4afa41d6cb7.tar.gz
ptxdist-f49e98b2e97d7bfdff2f6f12f965e4afa41d6cb7.tar.xz
[u-boot-v2] add config variable for the source md5sum
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'platforms')
-rw-r--r--platforms/u-boot-v2.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/platforms/u-boot-v2.in b/platforms/u-boot-v2.in
index 567bb0f76..5ceffdf54 100644
--- a/platforms/u-boot-v2.in
+++ b/platforms/u-boot-v2.in
@@ -11,6 +11,11 @@ config U_BOOT_V2_VERSION
string
default "2.0.0"
+config U_BOOT_V2_MD5
+ prompt "u-boot-v2 source md5"
+ depends on U_BOOT_V2
+ string
+
config U_BOOT_V2_CONFIG
prompt "config file"
depends on U_BOOT_V2