summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp
diff options
context:
space:
mode:
Diffstat (limited to 'meta-yocto-bsp')
-rw-r--r--meta-yocto-bsp/conf/machine/beagleboard.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-yocto-bsp/conf/machine/beagleboard.conf b/meta-yocto-bsp/conf/machine/beagleboard.conf
index 6633880da1..5f4c55a7b5 100644
--- a/meta-yocto-bsp/conf/machine/beagleboard.conf
+++ b/meta-yocto-bsp/conf/machine/beagleboard.conf
@@ -13,7 +13,7 @@ XSERVER ?= "xserver-xorg \
13MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" 13MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
14 14
15# Allow for MMC booting (required by the NAND-less Beagleboard XM) 15# Allow for MMC booting (required by the NAND-less Beagleboard XM)
16EXTRA_IMAGEDEPENDS += "u-boot x-load" 16EXTRA_IMAGEDEPENDS += "u-boot"
17 17
18# Uncomment the following line to enable the hard floating point abi. Note that 18# Uncomment the following line to enable the hard floating point abi. Note that
19# this breaks some binary libraries and 3D (neither of which ship with 19# this breaks some binary libraries and 3D (neither of which ship with
@@ -33,6 +33,8 @@ PREFERRED_VERSION_linux-yocto ?= "3.4%"
33 33
34KERNEL_IMAGETYPE = "uImage" 34KERNEL_IMAGETYPE = "uImage"
35 35
36SPL_BINARY = "MLO"
37UBOOT_SUFFIX = "img"
36UBOOT_MACHINE = "omap3_beagle_config" 38UBOOT_MACHINE = "omap3_beagle_config"
37UBOOT_ENTRYPOINT = "0x80008000" 39UBOOT_ENTRYPOINT = "0x80008000"
38UBOOT_LOADADDRESS = "0x80008000" 40UBOOT_LOADADDRESS = "0x80008000"