summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/ti33x.inc
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2012-02-10 15:32:32 +0100
committerDenys Dmytriyenko <denys@ti.com>2012-02-27 09:04:13 -0500
commitc4eefd753012467261cf221babd2e8639b81d3ca (patch)
tree0f6e09a6b51f410455330f046a8e03787d5a126e /conf/machine/include/ti33x.inc
parent14f31c3c5a19dde049355ced3edd121c31842460 (diff)
downloadmeta-ti-c4eefd753012467261cf221babd2e8639b81d3ca.tar.gz
linux-ti33x-psp 3.2: update to 3.2.5
Runtime tested on a beaglebone A3 Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine/include/ti33x.inc')
-rw-r--r--conf/machine/include/ti33x.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/ti33x.inc b/conf/machine/include/ti33x.inc
index 3807fbbe..fc670d03 100644
--- a/conf/machine/include/ti33x.inc
+++ b/conf/machine/include/ti33x.inc
@@ -3,7 +3,7 @@ SOC_FAMILY = "ti33x"
3require conf/machine/include/tune-cortexa8.inc 3require conf/machine/include/tune-cortexa8.inc
4PREFERRED_PROVIDER_virtual/kernel = "linux-ti33x-psp" 4PREFERRED_PROVIDER_virtual/kernel = "linux-ti33x-psp"
5# Increase this everytime you change something in the kernel 5# Increase this everytime you change something in the kernel
6MACHINE_KERNEL_PR = "r2" 6MACHINE_KERNEL_PR = "r3"
7 7
8KERNEL_IMAGETYPE = "uImage" 8KERNEL_IMAGETYPE = "uImage"
9 9