diff options
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/omap3-pandora.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/conf/machine/omap3-pandora.conf b/conf/machine/omap3-pandora.conf index b504723afa..7c72ba972a 100644 --- a/conf/machine/omap3-pandora.conf +++ b/conf/machine/omap3-pandora.conf @@ -6,7 +6,7 @@ TARGET_ARCH = "arm" -PREFERRED_PROVIDER_u-boot = "u-boot-omap3pandora" +PREFERRED_PROVIDER_virtual/bootloader = "u-boot-omap3pandora" PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" @@ -63,7 +63,6 @@ UBOOT_LOADADDRESS = "0x80008000" UBOOT_ARCH = "arm" UBOOT_MACHINE = "omap3_pandora_config" -PREFERRED_PROVIDER_u-boot = "u-boot-omap3pandora" PREFERRED_PROVIDER_x-load = "x-load-omap3pandora" PREFERRED_VERSION_u-boot-omap3pandora = "git" PREFERRED_VERSION_x-load-omap3pandora = "git" |