summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAndy Green <andy.green@linaro.org>2012-06-07 10:09:14 +0800
committerAndy Green <andy.green@linaro.org>2012-06-07 10:10:41 +0800
commitabadeeb169fcfc9ffc3b6e7ff5c424b1c9751af4 (patch)
tree44ee7348c6be515be022c181ab95ca4722d00ad6 /scripts
parentd13f92ea3b7bbe371d05696e8503318887a909ba (diff)
uplevel fix mfd Kconfig
Signed-off-by: Andy Green <andy.green@linaro.org>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/dtc/dtc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/dtc/dtc.c b/scripts/dtc/dtc.c
index 2ef5e2e3dd38..585faefaefba 100644
--- a/scripts/dtc/dtc.c
+++ b/scripts/dtc/dtc.c
@@ -113,7 +113,7 @@ int main(int argc, char *argv[])
minsize = 0;
padsize = 0;
- while ((opt = getopt(argc, argv, "hI:O:o:V:d:R:S:p:fcqb:vH:s"))
+ while ((opt = getopt(argc, argv, "hI:O:o:V:d:R:S:p:fqb:vH:s"))
!= EOF) {
switch (opt) {
case 'I':