diff options
author | Denys Dmytriyenko <denys@ti.com> | 2013-03-05 16:27:26 -0500 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2013-03-08 16:15:35 -0500 |
commit | e37816400e0514c40c7065d4c18ac7eb80928854 (patch) | |
tree | c4d3d9fe0dad6afd68643b21fbf39b4ff4395805 /conf/machine/am335x-evm.conf | |
parent | 82a8d7c5f20b6b7c8a6291405177a4f7f92749d6 (diff) | |
download | meta-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.conf | 17 |
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 | ||
5 | PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" | 5 | require conf/machine/include/ti33x.inc |
6 | XSERVER = "xserver-xorg \ | ||
7 | xf86-input-evdev \ | ||
8 | xf86-video-fbdev" | ||
9 | 6 | ||
7 | # Use built-in LCD by default | ||
8 | XSERVER += "xf86-input-tslib" | ||
10 | GUI_MACHINE_CLASS = "smallscreen" | 9 | GUI_MACHINE_CLASS = "smallscreen" |
11 | 10 | MACHINE_FEATURES += "touchscreen" | |
12 | require conf/machine/include/ti33x.inc | ||
13 | 11 | ||
14 | IMAGE_FSTYPES += "ubi tar.gz" | 12 | IMAGE_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) |
39 | UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512 -O 2048" | 37 | UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512 -O 2048" |
40 | |||
41 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot" | ||
42 | |||
43 | UBOOT_ARCH = "arm" | ||
44 | UBOOT_MACHINE = "am335x_evm_config" | ||
45 | |||
46 | MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen touchscreen sgx" | ||