summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Nelson <sam.nelson@ti.com>2014-01-31 23:47:58 -0500
committerDenys Dmytriyenko <denys@ti.com>2014-02-05 17:57:07 -0500
commitdf6816424c38fade639285d096735864bc73d7ab (patch)
tree8a5dcfd748f44b8e8dd389dad9e46dcc2cd66d9b
parent5d77a6c878c1d1e5b77aa7d1aecc33989ef8bd5d (diff)
downloadmeta-ti-df6816424c38fade639285d096735864bc73d7ab.tar.gz
keystone: Add pci feature to MACHINE Keystone
- Device support pci interface Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--conf/machine/include/keystone.inc4
1 files 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"
8PREFERRED_PROVIDER_u-boot = "u-boot-keystone" 8PREFERRED_PROVIDER_u-boot = "u-boot-keystone"
9 9
10# Increase this everytime you change something in the kernel 10# Increase this everytime you change something in the kernel
11MACHINE_KERNEL_PR = "r6" 11MACHINE_KERNEL_PR = "r7"
12 12
13KERNEL_IMAGETYPE = "uImage" 13KERNEL_IMAGETYPE = "uImage"
14 14
@@ -20,4 +20,4 @@ UBOOT_LOADADDRESS = "0x80008000"
20EXTRA_IMAGEDEPENDS += "u-boot" 20EXTRA_IMAGEDEPENDS += "u-boot"
21EXTRA_IMAGEDEPENDS += "boot-monitor" 21EXTRA_IMAGEDEPENDS += "boot-monitor"
22 22
23MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat" 23MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat pci"