]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
OMAP3: omap3_logic: Remove display parameter
authorAdam Ford <aford173@gmail.com>
Sat, 31 Dec 2016 12:33:46 +0000 (06:33 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 2 Jan 2017 16:14:03 +0000 (11:14 -0500)
The display is done in the device tree now, and there is no need
to pass 'display' kernel parameter any longer.

Signed-off-by: Adam Ford <aford173@gmail.com>
include/configs/omap3_logic.h

index d66b50750583bec607c0c213a59b145245e41336..b38811e98d7ba6880404688c8a2c2db1a3910ad3 100644 (file)
                "else run defaultboot; fi\0" \
        "defaultboot=run mmcramboot\0" \
        "consoledevice=ttyO0\0" \
-       "display=15\0" \
        "setconsole=setenv console ${consoledevice},${baudrate}n8\0" \
        "dump_bootargs=echo 'Bootargs: '; echo $bootargs\0" \
        "rotation=0\0" \
                "fi\0" \
        "optargs=ignore_loglevel early_printk no_console_suspend\0" \
        "addmtdparts=setenv bootargs ${bootargs} ${mtdparts}\0" \
-       "common_bootargs=setenv bootargs ${bootargs} display=${display} " \
+       "common_bootargs=setenv bootargs ${bootargs} " \
                "${optargs};" \
                "run addmtdparts; " \
                "run vrfb_arg\0" \