All other extlinux.conf entries are written to the output file
in uppercase.
Signed-off-by: Daniel Semkowicz <dse@thaumatec.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
cfgfile.write('# Generic Distro Configuration file generated by OpenEmbedded\n')
if len(labels.split()) > 1:
- cfgfile.write('menu title Select the boot mode\n')
+ cfgfile.write('MENU TITLE Select the boot mode\n')
timeout = localdata.getVar('UBOOT_EXTLINUX_TIMEOUT')
if timeout: