* Add the TI PSP u-boot version for the am387x-evm machine type
* Make this version the default preference for ti814x
SOC_FAMILY devices.
* Based on u-boot recipe from Arago contributed by Nageswari
Srinivasan
Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
--- /dev/null
+require u-boot-omap3.inc
+
+COMPATIBLE_MACHINE = "ti814x"
+
+DEFAULT_PREFERENCE_ti814x = "1"
+BRANCH = "master"
+
+# Use literal tags in SRCREV, when available, instead of commit IDs
+SRCREV = "v2010.06_TI814XPSP_04.01.00.03"
+
+UVER = "2010.06"
+PSPREL = "04.01.00.03"
+
+PR = "r1"