summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes-recipe/uboot-extlinux-config.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes-recipe/uboot-extlinux-config.bbclass b/meta/classes-recipe/uboot-extlinux-config.bbclass
index f752c16b9c..f99100708d 100644
--- a/meta/classes-recipe/uboot-extlinux-config.bbclass
+++ b/meta/classes-recipe/uboot-extlinux-config.bbclass
@@ -98,7 +98,7 @@ python do_create_extlinux_config() {
98 if len(labels.split()) > 1: 98 if len(labels.split()) > 1:
99 cfgfile.write('menu title Select the boot mode\n') 99 cfgfile.write('menu title Select the boot mode\n')
100 100
101 timeout = localdata.getVar('UBOOT_EXTLINUX_TIMEOUT') 101 timeout = localdata.getVar('UBOOT_EXTLINUX_TIMEOUT')
102 if timeout: 102 if timeout:
103 cfgfile.write('TIMEOUT %s\n' % (timeout)) 103 cfgfile.write('TIMEOUT %s\n' % (timeout))
104 104