diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2012-04-09 18:06:43 +0200 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2012-04-10 15:11:22 -0400 |
commit | d0b69390399f6fa9602d158718d8d19cf7af4a1a (patch) | |
tree | 0dedb8d16e635617bf0bd58085a562590b128d78 /conf | |
parent | 69102ec043838f6fcba9dd0df0cc07e74700b268 (diff) | |
download | meta-ti-d0b69390399f6fa9602d158718d8d19cf7af4a1a.tar.gz |
linux-ti335x-psp 3.2: fix 3.5" cape support, turn on CONFIG_AUDIT
* bump MACHINE_KERNEL_PR for the CONFIG_AUDIT change
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/include/ti33x.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/ti33x.inc b/conf/machine/include/ti33x.inc index df92c938..1ede65c2 100644 --- a/conf/machine/include/ti33x.inc +++ b/conf/machine/include/ti33x.inc | |||
@@ -4,7 +4,7 @@ require conf/machine/include/soc-family.inc | |||
4 | require conf/machine/include/tune-cortexa8.inc | 4 | require conf/machine/include/tune-cortexa8.inc |
5 | PREFERRED_PROVIDER_virtual/kernel = "linux-ti33x-psp" | 5 | PREFERRED_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 |
7 | MACHINE_KERNEL_PR = "r8" | 7 | MACHINE_KERNEL_PR = "r9" |
8 | 8 | ||
9 | KERNEL_IMAGETYPE = "uImage" | 9 | KERNEL_IMAGETYPE = "uImage" |
10 | 10 | ||