summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/ti33x.inc
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2013-02-07 16:44:37 -0500
committerDenys Dmytriyenko <denys@ti.com>2013-02-12 14:48:05 -0500
commitf054a7c14a3f0076b9b6c4c3116f847b7ffd3906 (patch)
tree55fbe3b138b0437e301fe97fe2b6cbfcebd2ca09 /conf/machine/include/ti33x.inc
parent3eb71003af3ebb025285493721332111ac581a42 (diff)
downloadmeta-ti-f054a7c14a3f0076b9b6c4c3116f847b7ffd3906.tar.gz
am335x-evm, omap3*: drop remaining TARGET_ARCH, wrecking sstate
Bump MACHINE_KERNEL_PR to rebuild the correct sstate. 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 223f814d..713a30ae 100644
--- a/conf/machine/include/ti33x.inc
+++ b/conf/machine/include/ti33x.inc
@@ -4,7 +4,7 @@ require conf/machine/include/soc-family.inc
4require conf/machine/include/tune-cortexa8.inc 4require conf/machine/include/tune-cortexa8.inc
5PREFERRED_PROVIDER_virtual/kernel = "linux-ti33x-psp" 5PREFERRED_PROVIDER_virtual/kernel = "linux-ti33x-psp"
6# Increase this everytime you change something in the kernel 6# Increase this everytime you change something in the kernel
7MACHINE_KERNEL_PR = "r16" 7MACHINE_KERNEL_PR = "r17"
8 8
9KERNEL_IMAGETYPE = "uImage" 9KERNEL_IMAGETYPE = "uImage"
10 10