summaryrefslogtreecommitdiffstats
path: root/conf/machine/k2e-evm.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/k2e-evm.conf')
-rw-r--r--conf/machine/k2e-evm.conf32
1 files changed, 0 insertions, 32 deletions
diff --git a/conf/machine/k2e-evm.conf b/conf/machine/k2e-evm.conf
deleted file mode 100644
index 662f5c89..00000000
--- a/conf/machine/k2e-evm.conf
+++ /dev/null
@@ -1,32 +0,0 @@
1#@TYPE: Machine
2#@NAME: Keystone 2 K2E machine
3#@DESCRIPTION: Machine configuration for the TI Keystone 2 K2E EVM
4
5require conf/machine/include/k2e.inc
6
7KERNEL_DEVICETREE = "keystone-k2e-evm.dtb"
8
9UBOOT_MACHINE = "k2e_evm_config"
10
11BOOT_MONITOR_MAKE_TARGET = "k2e"
12
13IMAGE_FSTYPES += "ubifs ubi tar.xz"
14
15SERIAL_CONSOLES = "115200;ttyS0"
16
17SYSVINIT_ENABLED_GETTYS = ""
18
19# do ubiattach /dev/ubi_ctrl -m 4
20# From dmesg:
21# UBI: smallest flash I/O unit: 2048
22# UBI: logical eraseblock size: 126976 bytes
23# from ubiattach stdout:
24# UBI device number 0, total 3856 LEBs
25MKUBIFS_ARGS = "-F -m 2048 -e 126976 -c 3856"
26
27# do ubiattach /dev/ubi_ctrl -m 4
28# from dmesg:
29# UBI: smallest flash I/O unit: 2048
30# UBI: physical eraseblock size: 131072 bytes (128 KiB)
31# UBI: sub-page size: 2048
32UBINIZE_ARGS = "-m 2048 -p 128KiB -s 2048 -O 2048"