diff options
| author | Denys Dmytriyenko <denys@konsulko.com> | 2022-02-22 04:13:06 +0000 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2022-02-22 12:01:30 -0600 |
| commit | edf5e8ca6cc0728abbc47834bcd74837621c28ec (patch) | |
| tree | d6fae5c5cf2b699a9eda6f150f2da209865d80f9 /conf/machine/include/keystone.inc | |
| parent | 7ba14c8ddbdc5ef0710da0ddf3431f98953d3816 (diff) | |
| download | meta-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.inc | 30 |
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 @@ | |||
| 1 | require conf/machine/include/ti-soc.inc | ||
| 2 | SOC_FAMILY:append = ":keystone" | ||
| 3 | |||
| 4 | DEFAULTTUNE ?= "armv7athf-neon" | ||
| 5 | require conf/machine/include/arm/armv7a/tune-cortexa15.inc | ||
| 6 | |||
| 7 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-ti-staging" | ||
| 8 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging" | ||
| 9 | PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging" | ||
| 10 | |||
| 11 | # Increase this everytime you change something in the kernel | ||
| 12 | MACHINE_KERNEL_PR = "r10" | ||
| 13 | |||
| 14 | KERNEL_IMAGETYPE = "zImage" | ||
| 15 | |||
| 16 | UBOOT_ENTRYPOINT = "0x80008000" | ||
| 17 | UBOOT_LOADADDRESS = "0x80008000" | ||
| 18 | |||
| 19 | SPL_BINARY = "MLO" | ||
| 20 | UBOOT_SUFFIX = "bin" | ||
| 21 | |||
| 22 | # Use the expected value of the ubifs filesystem's volume name in the kernel | ||
| 23 | # and u-boot. | ||
| 24 | UBI_VOLNAME = "rootfs" | ||
| 25 | |||
| 26 | EXTRA_IMAGEDEPENDS += "u-boot" | ||
| 27 | EXTRA_IMAGEDEPENDS += "boot-monitor" | ||
| 28 | |||
| 29 | MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat pci dsp" | ||
| 30 | MACHINE_FEATURES_BACKFILL_CONSIDERED = "rtc" | ||
