From 78199584632a7879e1e17831fd97e5f8c8fb40d8 Mon Sep 17 00:00:00 2001 From: Thomas Perrot Date: Wed, 27 Jan 2016 23:46:05 +0000 Subject: 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 Signed-off-by: Denys Dmytriyenko --- conf/machine/include/ti33x.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/machine/include/ti33x.inc') diff --git a/conf/machine/include/ti33x.inc b/conf/machine/include/ti33x.inc index 53f38c96..fa2ead52 100644 --- a/conf/machine/include/ti33x.inc +++ b/conf/machine/include/ti33x.inc @@ -14,7 +14,7 @@ XSERVER = "xserver-xorg \ xf86-input-keyboard" # Default to external video, change to smallscreen for built-in LCD -GUI_MACHINE_CLASS = "bigscreen" +MACHINE_GUI_CLASS = "bigscreen" # Increase this everytime you change something in the kernel MACHINE_KERNEL_PR = "r22" -- cgit v1.2.3-54-g00ecf