[U-Boot] [PATCH] OMAP3: omap3_logic: Remove display parameter

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
diff --git a/include/configs/omap3_logic.h b/include/configs/omap3_logic.h index d66b507..b38811e 100644 --- a/include/configs/omap3_logic.h +++ b/include/configs/omap3_logic.h @@ -143,7 +143,6 @@ "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" \ @@ -153,7 +152,7 @@ "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" \

On Sat, Dec 31, 2016 at 06:33:46AM -0600, Adam Ford wrote:
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
diff --git a/include/configs/omap3_logic.h b/include/configs/omap3_logic.h index d66b507..b38811e 100644
Applied to u-boot/master, thanks!
participants (2)
-
Adam Ford
-
Tom Rini