diff options
-rw-r--r-- | conf/machine/omap3-pandora.conf | 7 | ||||
-rw-r--r-- | conf/machine/overo.conf | 1 |
2 files changed, 0 insertions, 8 deletions
diff --git a/conf/machine/omap3-pandora.conf b/conf/machine/omap3-pandora.conf index 99d92d5512..16d28ba6a3 100644 --- a/conf/machine/omap3-pandora.conf +++ b/conf/machine/omap3-pandora.conf @@ -28,11 +28,4 @@ EXTRA_IMAGECMD_jffs2 = "-lnp " SERIAL_CONSOLE = "115200 ttyS0" - -#UBOOT_ARCH = "arm" -#UBOOT_MACHINE = "omap3_pandora_config" - -#EXTRA_IMAGEDEPENDS += "u-boot-omap3 x-load" - - MACHINE_FEATURES = "kernel26 apm usbgadget usbhost keyboard vfat ext2 screen touchscreen bluetooth wifi" diff --git a/conf/machine/overo.conf b/conf/machine/overo.conf index cb32539928..a703a898d0 100644 --- a/conf/machine/overo.conf +++ b/conf/machine/overo.conf @@ -12,7 +12,6 @@ UBOOT_MACHINE_overo = "omap3_overo_config" SERIAL_CONSOLE = "115200 ttyS2" IMAGE_FSTYPES += "tar.bz2" -EXTRA_IMAGEDEPENDS += " u-boot-omap3 x-load" PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" XSERVER = "xserver-xorg \ |