summaryrefslogtreecommitdiffstats
path: root/conf/machine/omap5-evm.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/omap5-evm.conf')
-rw-r--r--conf/machine/omap5-evm.conf34
1 files changed, 0 insertions, 34 deletions
diff --git a/conf/machine/omap5-evm.conf b/conf/machine/omap5-evm.conf
deleted file mode 100644
index b4cec1a2..00000000
--- a/conf/machine/omap5-evm.conf
+++ /dev/null
@@ -1,34 +0,0 @@
1#@TYPE: Machine
2#@NAME: OMAP5 EVM
3#@DESCRIPTION: Machine configuration for the TI OMAP5 uEVM
4
5require conf/machine/include/omap-a15.inc
6
7IMAGE_FSTYPES += "ubi tar.xz"
8
9KERNEL_DEVICETREE = "omap5-uevm.dtb"
10
11SERIAL_CONSOLES = "115200;ttyS2"
12
13# UBI information. Note that this is board and kernel specific. Changes
14# in your kernel port may require changes in these variables. For more
15# details about this board please see
16# http://processors.wiki.ti.com/index.php/UBIFS_Support
17
18# do ubiattach /dev/ubi_ctrl -m 7 -O 2048
19# From dmesg:
20# UBI: smallest flash I/O unit: 2048
21# UBI: logical eraseblock size: 126976 bytes
22# from ubiattach stdout:
23# UBI device number 0, total 1988 LEBs
24MKUBIFS_ARGS = "-F -m 2048 -e 126976 -c 4300"
25
26# do ubiattach /dev/ubi_ctrl -m 7 -O 2048
27# from dmesg:
28# UBI: smallest flash I/O unit: 2048
29# UBI: physical eraseblock size: 131072 bytes (128 KiB)
30# UBI: sub-page size: 512
31# UBI: VID header offset: 2048 (aligned 2048)
32UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512 -O 2048"
33
34UBOOT_MACHINE = "omap5_uevm_config"