summaryrefslogtreecommitdiffstats
path: root/conf/machine/am335x-evm.conf
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2013-03-05 16:27:26 -0500
committerDenys Dmytriyenko <denys@ti.com>2013-03-08 16:15:35 -0500
commite37816400e0514c40c7065d4c18ac7eb80928854 (patch)
treec4d3d9fe0dad6afd68643b21fbf39b4ff4395805 /conf/machine/am335x-evm.conf
parent82a8d7c5f20b6b7c8a6291405177a4f7f92749d6 (diff)
downloadmeta-ti-e37816400e0514c40c7065d4c18ac7eb80928854.tar.gz
ti33x, am335x, beaglebone: unify and cleanup configs
* Centralize common/SoC settings in ti33x.inc SOC_FAMILY config. * Set/override uncommon specifics in machine configs. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine/am335x-evm.conf')
-rw-r--r--conf/machine/am335x-evm.conf17
1 files changed, 4 insertions, 13 deletions
diff --git a/conf/machine/am335x-evm.conf b/conf/machine/am335x-evm.conf
index 28893589..91f7e546 100644
--- a/conf/machine/am335x-evm.conf
+++ b/conf/machine/am335x-evm.conf
@@ -2,14 +2,12 @@
2#@NAME: AM335x EVM 2#@NAME: AM335x EVM
3#@DESCRIPTION: Machine configuration for the TI AM335x EVM 3#@DESCRIPTION: Machine configuration for the TI AM335x EVM
4 4
5PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" 5require conf/machine/include/ti33x.inc
6XSERVER = "xserver-xorg \
7 xf86-input-evdev \
8 xf86-video-fbdev"
9 6
7# Use built-in LCD by default
8XSERVER += "xf86-input-tslib"
10GUI_MACHINE_CLASS = "smallscreen" 9GUI_MACHINE_CLASS = "smallscreen"
11 10MACHINE_FEATURES += "touchscreen"
12require conf/machine/include/ti33x.inc
13 11
14IMAGE_FSTYPES += "ubi tar.gz" 12IMAGE_FSTYPES += "ubi tar.gz"
15 13
@@ -37,10 +35,3 @@ MKUBIFS_ARGS = "-F -m 2048 -e 126976 -c 3836"
37# UBI: sub-page size: 512 35# UBI: sub-page size: 512
38# UBI: VID header offset: 2048 (aligned 2048) 36# UBI: VID header offset: 2048 (aligned 2048)
39UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512 -O 2048" 37UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512 -O 2048"
40
41PREFERRED_PROVIDER_virtual/bootloader = "u-boot"
42
43UBOOT_ARCH = "arm"
44UBOOT_MACHINE = "am335x_evm_config"
45
46MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen touchscreen sgx"