* This device tree supports display on either LCD or HDMI.

Signed-off-by: Jacob Stiffler <[email protected]>
---
 .../recipes-tisdk/tisdk-uenv/tisdk-uenv.bb         |    2 +-
 .../tisdk-uenv/tisdk-uenv/am57xx-evm/uEnv.txt      |   10 ++++++++++
 2 files changed, 11 insertions(+), 1 deletion(-)
 create mode 100644 
meta-arago-distro/recipes-tisdk/tisdk-uenv/tisdk-uenv/am57xx-evm/uEnv.txt

diff --git a/meta-arago-distro/recipes-tisdk/tisdk-uenv/tisdk-uenv.bb 
b/meta-arago-distro/recipes-tisdk/tisdk-uenv/tisdk-uenv.bb
index e67ea97..542cdb2 100644
--- a/meta-arago-distro/recipes-tisdk/tisdk-uenv/tisdk-uenv.bb
+++ b/meta-arago-distro/recipes-tisdk/tisdk-uenv/tisdk-uenv.bb
@@ -6,7 +6,7 @@ SRC_URI = "\
     file://uEnv.txt \
 "
 
-PR = "r0"
+PR = "r1"
 PV = "1.0"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
diff --git 
a/meta-arago-distro/recipes-tisdk/tisdk-uenv/tisdk-uenv/am57xx-evm/uEnv.txt 
b/meta-arago-distro/recipes-tisdk/tisdk-uenv/tisdk-uenv/am57xx-evm/uEnv.txt
new file mode 100644
index 0000000..a082e1d
--- /dev/null
+++ b/meta-arago-distro/recipes-tisdk/tisdk-uenv/tisdk-uenv/am57xx-evm/uEnv.txt
@@ -0,0 +1,10 @@
+# This uEnv.txt file can contain additional environment settings that you
+# want to set in U-Boot at boot time.  This can be simple variables such
+# as the serverip or custom variables.  The format of this file is:
+#    variable=value
+# NOTE: This file will be evaluated after the bootcmd is run and the
+#       bootcmd must be set to load this file if it exists (this is the
+#       default on all newer U-Boot images.  This also means that some
+#       variables such as bootdelay cannot be changed by this file since
+#       it is not evaluated until the bootcmd is run.
+fdtfile=am57xx-evm.dtb
-- 
1.7.9.5

_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to