diff options
author | Sam Nelson <sam.nelson@ti.com> | 2014-01-31 23:47:58 -0500 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2014-02-05 17:59:42 -0500 |
commit | 67b010ffcb815d524c2302d85b190d7794d7ccb2 (patch) | |
tree | 44997687fd12f620f1995d718bbfdb822db7f6c4 /conf/machine/include | |
parent | ff6a6b61f5d82cd0d3aded65f484605291241a3e (diff) | |
download | meta-ti-67b010ffcb815d524c2302d85b190d7794d7ccb2.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>
Diffstat (limited to 'conf/machine/include')
-rw-r--r-- | conf/machine/include/keystone.inc | 4 |
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" | |||
8 | PREFERRED_PROVIDER_u-boot = "u-boot-keystone" | 8 | PREFERRED_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 |
11 | MACHINE_KERNEL_PR = "r6" | 11 | MACHINE_KERNEL_PR = "r7" |
12 | 12 | ||
13 | KERNEL_IMAGETYPE = "uImage" | 13 | KERNEL_IMAGETYPE = "uImage" |
14 | 14 | ||
@@ -20,4 +20,4 @@ UBOOT_LOADADDRESS = "0x80008000" | |||
20 | EXTRA_IMAGEDEPENDS += "u-boot" | 20 | EXTRA_IMAGEDEPENDS += "u-boot" |
21 | EXTRA_IMAGEDEPENDS += "boot-monitor" | 21 | EXTRA_IMAGEDEPENDS += "boot-monitor" |
22 | 22 | ||
23 | MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat" | 23 | MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat pci" |