summaryrefslogtreecommitdiffstats
path: root/conf/machine/am437x-evm.conf
diff options
context:
space:
mode:
authorThomas Perrot <thomas.perrot@tupi.fr>2016-01-27 23:46:05 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-02-08 12:28:50 -0500
commit78199584632a7879e1e17831fd97e5f8c8fb40d8 (patch)
tree0ff6ffd797ca0d22daefb38fd43cc2c6ec036c65 /conf/machine/am437x-evm.conf
parent65739cbc43bf68800b87329e7e680d74ab2d8335 (diff)
downloadmeta-ti-78199584632a7879e1e17831fd97e5f8c8fb40d8.tar.gz
conf: change GUI_MACHINE_CLASS to MACHINE_GUI_CLASS
Correct the name of the variable used to define the size of the logo: GUI_MACHINE_CLASS renamed MACHINE_GUI_CLASS. Signed-off-by: Thomas Perrot <thomas.perrot@tupi.fr> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine/am437x-evm.conf')
-rw-r--r--conf/machine/am437x-evm.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/am437x-evm.conf b/conf/machine/am437x-evm.conf
index 9ff8944a..7d40aec5 100644
--- a/conf/machine/am437x-evm.conf
+++ b/conf/machine/am437x-evm.conf
@@ -6,7 +6,7 @@ require conf/machine/include/ti43x.inc
6 6
7# Use built-in LCD by default 7# Use built-in LCD by default
8XSERVER += "xf86-input-tslib" 8XSERVER += "xf86-input-tslib"
9GUI_MACHINE_CLASS = "smallscreen" 9MACHINE_GUI_CLASS = "smallscreen"
10MACHINE_FEATURES += "touchscreen" 10MACHINE_FEATURES += "touchscreen"
11 11
12IMAGE_FSTYPES += "ubi tar.gz" 12IMAGE_FSTYPES += "ubi tar.gz"