1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-05-09 21:11:16 +00:00

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>
This commit is contained in:
Sam Nelson
2014-01-31 23:47:58 -05:00
committed by Denys Dmytriyenko
parent ff6a6b61f5
commit 67b010ffcb
+2 -2
View File
@@ -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"