| Submitter | Fabio Estevam |
|---|---|
| Date | March 13, 2013, 3:45 p.m. |
| Message ID | <1363189552-8020-1-git-send-email-festevam@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/46149/ |
| State | Accepted |
| Delegated to: | Otavio Salvador |
| Headers | show |
Comments
On Wed, Mar 13, 2013 at 12:45 PM, Fabio Estevam <festevam@gmail.com> wrote: > From: Fabio Estevam <fabio.estevam@freescale.com> > > XSERVER is already defined in imx-base.inc, no need to re-define it again. > > Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> I applied it; I changed the commit log to use ',' to separate the boards.
Patch
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" GUI_MACHINE_CLASS = "smallscreen" -XSERVER = "xserver-xorg \ - xf86-input-evdev \ - xf86-video-fbdev" - UBOOT_MAKE_TARGET = "u-boot-nand.bin" UBOOT_SUFFIX = "bin" UBOOT_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" UBOOT_BINARY = "u-boot.bin" UBOOT_MAKE_TARGET = "u-boot.bin" -XSERVER = "xserver-xorg \ - xf86-input-evdev \ - xf86-video-fbdev" - GUI_MACHINE_CLASS = "bigscreen" ROOT_FLASH_SIZE = "256"