From: Karthik Ramanan Date: Thu, 22 Dec 2016 10:03:16 +0000 (+0530) Subject: dra7xx-evm: u-boot: Change default supported display to OSD X-Git-Tag: chinook_3.0.0~16 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=22fe5368e1c720b21026520fe80cde270d610dc0;p=AGL%2Fmeta-agl.git dra7xx-evm: u-boot: Change default supported display to OSD The latest dra7xx-evm purchased from ti.com comes with the OSD display, this change will allow the AGL nightly images to work on the latest dra7xx-evm by default. If the user has an older EVM, then the uEnv.txt should be modified to match the connected displays. The complete list of supported LCDs can be found by checking the /boot folder of the the rootfs. Change-Id: I7f7ac06a49670eb8b7446a6b27854bee4b76ace6 Signed-off-by: Karthik Ramanan --- diff --git a/meta-agl-bsp/meta-ti/recipes-bsp/u-boot/files/uEnv.txt b/meta-agl-bsp/meta-ti/recipes-bsp/u-boot/files/uEnv.txt index 6ea1abb25..98df1be07 100755 --- a/meta-agl-bsp/meta-ti/recipes-bsp/u-boot/files/uEnv.txt +++ b/meta-agl-bsp/meta-ti/recipes-bsp/u-boot/files/uEnv.txt @@ -1 +1 @@ -fdtfile=dra7-evm-lcd-lg.dtb +fdtfile=dra7-evm-lcd-osd.dtb