diff options
author | Koen Kooi <koen@openembedded.org> | 2009-04-14 15:44:46 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-04-14 15:44:46 +0200 |
commit | 9f42f9491837260d09a11ce05638a383776e0451 (patch) | |
tree | 8f5fb3c8f7a56fa2b1397cae1ef082b5c1becde8 /conf | |
parent | 1549a857645da27141bd13cb8f63412d20351fc2 (diff) |
overo, pandora: remove traces of u-boot-omap3
Diffstat (limited to 'conf')
-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 \ |