diff options
author | Denys Dmytriyenko <denys@ti.com> | 2015-08-08 03:12:12 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2015-08-07 17:46:39 -0400 |
commit | ed6de54533fc13faad9996df912a2f07fc78be2e (patch) | |
tree | aa3acd8c7a5f3a62f1d95b304fa3b9860f2224f4 /conf/machine/include | |
parent | 0d7433db7a95b8aaee06fac508ef5db819aeb2ed (diff) | |
download | meta-ti-ed6de54533fc13faad9996df912a2f07fc78be2e.tar.gz |
linux-ti-staging, keystone.inc: update, add keystone support to staging kernel
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine/include')
-rw-r--r-- | conf/machine/include/keystone.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/machine/include/keystone.inc b/conf/machine/include/keystone.inc index 820fe12a..79204478 100644 --- a/conf/machine/include/keystone.inc +++ b/conf/machine/include/keystone.inc | |||
@@ -4,14 +4,14 @@ require conf/machine/include/soc-family.inc | |||
4 | DEFAULTTUNE ?= "cortexa15thf-neon" | 4 | DEFAULTTUNE ?= "cortexa15thf-neon" |
5 | require conf/machine/include/tune-cortexa15.inc | 5 | require conf/machine/include/tune-cortexa15.inc |
6 | 6 | ||
7 | PREFERRED_PROVIDER_virtual/kernel = "linux-keystone" | 7 | PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging" |
8 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-keystone" | 8 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-keystone" |
9 | PREFERRED_PROVIDER_u-boot = "u-boot-keystone" | 9 | PREFERRED_PROVIDER_u-boot = "u-boot-keystone" |
10 | 10 | ||
11 | # Increase this everytime you change something in the kernel | 11 | # Increase this everytime you change something in the kernel |
12 | MACHINE_KERNEL_PR = "r8" | 12 | MACHINE_KERNEL_PR = "r9" |
13 | 13 | ||
14 | KERNEL_IMAGETYPE = "uImage" | 14 | KERNEL_IMAGETYPE = "zImage" |
15 | 15 | ||
16 | UBOOT_ENTRYPOINT = "0x80008000" | 16 | UBOOT_ENTRYPOINT = "0x80008000" |
17 | UBOOT_LOADADDRESS = "0x80008000" | 17 | UBOOT_LOADADDRESS = "0x80008000" |