summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/machine/imx31pdk.conf4
-rw-r--r--conf/machine/imx35pdk.conf4
2 files changed, 0 insertions, 8 deletions
diff --git a/conf/machine/imx31pdk.conf b/conf/machine/imx31pdk.conf
index a121146..9b6da31 100644
--- a/conf/machine/imx31pdk.conf
+++ b/conf/machine/imx31pdk.conf
@@ -10,10 +10,6 @@ SOC_FAMILY = "mx31:mx3"
10 10
11GUI_MACHINE_CLASS = "smallscreen" 11GUI_MACHINE_CLASS = "smallscreen"
12 12
13XSERVER = "xserver-xorg \
14 xf86-input-evdev \
15 xf86-video-fbdev"
16
17UBOOT_MAKE_TARGET = "u-boot-nand.bin" 13UBOOT_MAKE_TARGET = "u-boot-nand.bin"
18UBOOT_SUFFIX = "bin" 14UBOOT_SUFFIX = "bin"
19UBOOT_MACHINE = "mx31pdk_config" 15UBOOT_MACHINE = "mx31pdk_config"
diff --git a/conf/machine/imx35pdk.conf b/conf/machine/imx35pdk.conf
index 2de8baf..62e6930 100644
--- a/conf/machine/imx35pdk.conf
+++ b/conf/machine/imx35pdk.conf
@@ -15,10 +15,6 @@ UBOOT_SUFFIX = "bin"
15UBOOT_BINARY = "u-boot.bin" 15UBOOT_BINARY = "u-boot.bin"
16UBOOT_MAKE_TARGET = "u-boot.bin" 16UBOOT_MAKE_TARGET = "u-boot.bin"
17 17
18XSERVER = "xserver-xorg \
19 xf86-input-evdev \
20 xf86-video-fbdev"
21
22GUI_MACHINE_CLASS = "bigscreen" 18GUI_MACHINE_CLASS = "bigscreen"
23 19
24ROOT_FLASH_SIZE = "256" 20ROOT_FLASH_SIZE = "256"