summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Stein <alexander.stein@systec-electronic.com>2013-01-03 11:23:40 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2013-01-03 15:31:49 +0100
commitdac31c454cbc12378f20d95322e8dc934eacc90d (patch)
treebbb9586ca841cbb4df782e81852e0fcb41fa07df
parent7cd6cf235eb7734fa980900e8f10deb0b2731a1e (diff)
downloadptxdist-dac31c454cbc12378f20d95322e8dc934eacc90d.tar.gz
ptxdist-dac31c454cbc12378f20d95322e8dc934eacc90d.tar.xz
u-boot: Remove unused symbols
U_BOOT_PROMPT and U_BOOT_SERIES is nowhere used in ptxdist Signed-off-by: Alexander Stein <alexander.stein@systec-electronic.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--platforms/u-boot.in20
1 files changed, 0 insertions, 20 deletions
diff --git a/platforms/u-boot.in b/platforms/u-boot.in
index e5401d6b9..244bee3c6 100644
--- a/platforms/u-boot.in
+++ b/platforms/u-boot.in
@@ -18,26 +18,6 @@ config U_BOOT_MD5
string
prompt "U-Boot source md5"
-config U_BOOT_PROMPT
- string
- prompt "uboot prompt"
- default "uboot> "
- help
- Specify the uboot prompt here, be careful at this one. Wrong value can cause malfunction
- on the host side when using ptxdist's test and autosetup features.
- The value is used in regular expressions to communicate with the target via serial line.
-
-config U_BOOT_SERIES
- prompt "patch series file"
- string
- default "series"
- help
- This entry specifies a patch series file which has to live in
- the kernel patches directory:
-
- The series file contains lines with names of patch files which
- are then being applied to the kernel.
-
config U_BOOT_CONFIG
string
prompt "U-Boot config target"