diff options
Diffstat (limited to 'conf/machine/include')
-rw-r--r-- | conf/machine/include/omap-a15.inc | 2 | ||||
-rw-r--r-- | conf/machine/include/omap3.inc | 2 | ||||
-rw-r--r-- | conf/machine/include/ti33x.inc | 2 | ||||
-rw-r--r-- | conf/machine/include/ti43x.inc | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/conf/machine/include/omap-a15.inc b/conf/machine/include/omap-a15.inc index 41a2f196..9316998c 100644 --- a/conf/machine/include/omap-a15.inc +++ b/conf/machine/include/omap-a15.inc | |||
@@ -24,7 +24,7 @@ XSERVER = "xserver-xorg \ | |||
24 | xf86-input-evdev \ | 24 | xf86-input-evdev \ |
25 | xf86-video-fbdev" | 25 | xf86-video-fbdev" |
26 | 26 | ||
27 | GUI_MACHINE_CLASS = "smallscreen" | 27 | MACHINE_GUI_CLASS = "smallscreen" |
28 | 28 | ||
29 | # Use the expected value of the ubifs filesystem's volume name in the kernel | 29 | # Use the expected value of the ubifs filesystem's volume name in the kernel |
30 | # and u-boot. | 30 | # and u-boot. |
diff --git a/conf/machine/include/omap3.inc b/conf/machine/include/omap3.inc index 0757b43e..f83bfa22 100644 --- a/conf/machine/include/omap3.inc +++ b/conf/machine/include/omap3.inc | |||
@@ -14,7 +14,7 @@ XSERVER = "xserver-xorg \ | |||
14 | xf86-input-keyboard" | 14 | xf86-input-keyboard" |
15 | 15 | ||
16 | # Default to external video, change to smallscreen for built-in LCD | 16 | # Default to external video, change to smallscreen for built-in LCD |
17 | GUI_MACHINE_CLASS = "bigscreen" | 17 | MACHINE_GUI_CLASS = "bigscreen" |
18 | 18 | ||
19 | # Increase this everytime you change something in the kernel | 19 | # Increase this everytime you change something in the kernel |
20 | MACHINE_KERNEL_PR = "r126" | 20 | MACHINE_KERNEL_PR = "r126" |
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 \ | |||
14 | xf86-input-keyboard" | 14 | xf86-input-keyboard" |
15 | 15 | ||
16 | # Default to external video, change to smallscreen for built-in LCD | 16 | # Default to external video, change to smallscreen for built-in LCD |
17 | GUI_MACHINE_CLASS = "bigscreen" | 17 | MACHINE_GUI_CLASS = "bigscreen" |
18 | 18 | ||
19 | # Increase this everytime you change something in the kernel | 19 | # Increase this everytime you change something in the kernel |
20 | MACHINE_KERNEL_PR = "r22" | 20 | MACHINE_KERNEL_PR = "r22" |
diff --git a/conf/machine/include/ti43x.inc b/conf/machine/include/ti43x.inc index 8c5fa2d9..a6030590 100644 --- a/conf/machine/include/ti43x.inc +++ b/conf/machine/include/ti43x.inc | |||
@@ -14,7 +14,7 @@ XSERVER = "xserver-xorg \ | |||
14 | xf86-input-keyboard" | 14 | xf86-input-keyboard" |
15 | 15 | ||
16 | # Default to external video, change to smallscreen for built-in LCD | 16 | # Default to external video, change to smallscreen for built-in LCD |
17 | GUI_MACHINE_CLASS = "bigscreen" | 17 | MACHINE_GUI_CLASS = "bigscreen" |
18 | 18 | ||
19 | # Increase this everytime you change something in the kernel | 19 | # Increase this everytime you change something in the kernel |
20 | MACHINE_KERNEL_PR = "r3" | 20 | MACHINE_KERNEL_PR = "r3" |