From ed6de54533fc13faad9996df912a2f07fc78be2e Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Sat, 8 Aug 2015 03:12:12 +0000 Subject: linux-ti-staging, keystone.inc: update, add keystone support to staging kernel Signed-off-by: Denys Dmytriyenko --- conf/machine/include/keystone.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'conf/machine') 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 DEFAULTTUNE ?= "cortexa15thf-neon" require conf/machine/include/tune-cortexa15.inc -PREFERRED_PROVIDER_virtual/kernel = "linux-keystone" +PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging" PREFERRED_PROVIDER_virtual/bootloader = "u-boot-keystone" PREFERRED_PROVIDER_u-boot = "u-boot-keystone" # Increase this everytime you change something in the kernel -MACHINE_KERNEL_PR = "r8" +MACHINE_KERNEL_PR = "r9" -KERNEL_IMAGETYPE = "uImage" +KERNEL_IMAGETYPE = "zImage" UBOOT_ENTRYPOINT = "0x80008000" UBOOT_LOADADDRESS = "0x80008000" -- cgit v1.2.3-54-g00ecf