From c5e7cb51094e085b39bc8575a5121b51c33a561c Mon Sep 17 00:00:00 2001 From: Sam Nelson Date: Fri, 31 Jan 2014 23:47:58 -0500 Subject: keystone: Add pci feature to MACHINE Keystone - Device support pci interface Signed-off-by: Sam Nelson Signed-off-by: Denys Dmytriyenko --- conf/machine/include/keystone.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/machine/include/keystone.inc b/conf/machine/include/keystone.inc index 72e71bfa..b961ad3c 100644 --- a/conf/machine/include/keystone.inc +++ b/conf/machine/include/keystone.inc @@ -8,7 +8,7 @@ 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 = "r6" +MACHINE_KERNEL_PR = "r7" KERNEL_IMAGETYPE = "uImage" @@ -20,4 +20,4 @@ UBOOT_LOADADDRESS = "0x80008000" EXTRA_IMAGEDEPENDS += "u-boot" EXTRA_IMAGEDEPENDS += "boot-monitor" -MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat" +MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat pci" -- cgit v1.2.3-54-g00ecf