summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/keystone.inc
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2022-02-22 04:13:06 +0000
committerRyan Eatmon <reatmon@ti.com>2022-02-22 12:01:30 -0600
commitedf5e8ca6cc0728abbc47834bcd74837621c28ec (patch)
treed6fae5c5cf2b699a9eda6f150f2da209865d80f9 /conf/machine/include/keystone.inc
parent7ba14c8ddbdc5ef0710da0ddf3431f98953d3816 (diff)
downloadmeta-ti-edf5e8ca6cc0728abbc47834bcd74837621c28ec.tar.gz
conf/machine: remove Keystone1/2 SoC/machine configs
As Keystone1/2 platforms are being deprecated. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'conf/machine/include/keystone.inc')
-rw-r--r--conf/machine/include/keystone.inc30
1 files changed, 0 insertions, 30 deletions
diff --git a/conf/machine/include/keystone.inc b/conf/machine/include/keystone.inc
deleted file mode 100644
index 851328ac..00000000
--- a/conf/machine/include/keystone.inc
+++ /dev/null
@@ -1,30 +0,0 @@
1require conf/machine/include/ti-soc.inc
2SOC_FAMILY:append = ":keystone"
3
4DEFAULTTUNE ?= "armv7athf-neon"
5require conf/machine/include/arm/armv7a/tune-cortexa15.inc
6
7PREFERRED_PROVIDER_virtual/kernel ?= "linux-ti-staging"
8PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging"
9PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging"
10
11# Increase this everytime you change something in the kernel
12MACHINE_KERNEL_PR = "r10"
13
14KERNEL_IMAGETYPE = "zImage"
15
16UBOOT_ENTRYPOINT = "0x80008000"
17UBOOT_LOADADDRESS = "0x80008000"
18
19SPL_BINARY = "MLO"
20UBOOT_SUFFIX = "bin"
21
22# Use the expected value of the ubifs filesystem's volume name in the kernel
23# and u-boot.
24UBI_VOLNAME = "rootfs"
25
26EXTRA_IMAGEDEPENDS += "u-boot"
27EXTRA_IMAGEDEPENDS += "boot-monitor"
28
29MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat pci dsp"
30MACHINE_FEATURES_BACKFILL_CONSIDERED = "rtc"