From 22fe5368e1c720b21026520fe80cde270d610dc0 Mon Sep 17 00:00:00 2001 From: Karthik Ramanan Date: Thu, 22 Dec 2016 15:33:16 +0530 Subject: 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 --- meta-agl-bsp/meta-ti/recipes-bsp/u-boot/files/uEnv.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.2.3-korg