diff options
author | Denys Dmytriyenko <denys@ti.com> | 2014-09-10 08:30:09 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2014-09-11 10:43:11 -0400 |
commit | 9c2ae7b791a08ad95f31413dcce594a7ca1c9601 (patch) | |
tree | 0033641230004eb803f7b541f700fe884a2c1c57 /conf | |
parent | ec7902f7ef856e01abc378c4dcf3a84437817841 (diff) | |
download | meta-ti-9c2ae7b791a08ad95f31413dcce594a7ca1c9601.tar.gz |
dra7xx: add "pci" to MACHINE_FEATURES
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/include/dra7xx.inc | 2 | ||||
-rw-r--r-- | conf/machine/include/omap-a15.inc | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/conf/machine/include/dra7xx.inc b/conf/machine/include/dra7xx.inc index fd0ecfed..857e1b35 100644 --- a/conf/machine/include/dra7xx.inc +++ b/conf/machine/include/dra7xx.inc | |||
@@ -1,2 +1,4 @@ | |||
1 | require conf/machine/include/omap-a15.inc | 1 | require conf/machine/include/omap-a15.inc |
2 | SOC_FAMILY_append = ":dra7xx" | 2 | SOC_FAMILY_append = ":dra7xx" |
3 | |||
4 | MACHINE_FEATURES += "pci" | ||
diff --git a/conf/machine/include/omap-a15.inc b/conf/machine/include/omap-a15.inc index d7ddb62c..3654c3a9 100644 --- a/conf/machine/include/omap-a15.inc +++ b/conf/machine/include/omap-a15.inc | |||
@@ -5,7 +5,7 @@ DEFAULTTUNE ?= "cortexa15thf-neon" | |||
5 | require conf/machine/include/tune-cortexa15.inc | 5 | require conf/machine/include/tune-cortexa15.inc |
6 | 6 | ||
7 | # Increase this everytime you change something in the kernel | 7 | # Increase this everytime you change something in the kernel |
8 | MACHINE_KERNEL_PR = "r5" | 8 | MACHINE_KERNEL_PR = "r6" |
9 | 9 | ||
10 | PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging" | 10 | PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging" |
11 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging" | 11 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging" |