summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp/conf
diff options
context:
space:
mode:
authorKristian Amlie <kristian.amlie@mender.io>2016-12-16 08:32:48 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-12-16 10:31:05 +0000
commit18d0692f70e05b382e8404dbed34e9fad7f348aa (patch)
tree415fa9749c46ef2a1608dd23e2fbaa58f6e681f9 /meta-yocto-bsp/conf
parentdd867484a43f90ac9a1a903b3e3ce3953a6fca59 (diff)
downloadopenembedded-core-contrib-18d0692f70e05b382e8404dbed34e9fad7f348aa.tar.gz
u-boot/beaglebone: Select Beaglebone Black target specifically.
The am335x_evm_config target has a subtle problem which is not present in the am335x_boneblack_config target: When booting from an external MMC card, the internal MMC is not accessible using the former target. This problem was introduced in U-Boot in commit 80b24fcd3083515e6b961, due to the addition of the CONFIG_DM_MMC option, and the am335x_boneblack_config target does not have this problem. Signed-off-by: Kristian Amlie <kristian.amlie@mender.io> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp/conf')
-rw-r--r--meta-yocto-bsp/conf/machine/beaglebone.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yocto-bsp/conf/machine/beaglebone.conf b/meta-yocto-bsp/conf/machine/beaglebone.conf
index fc6a5277b2..24a95b4ced 100644
--- a/meta-yocto-bsp/conf/machine/beaglebone.conf
+++ b/meta-yocto-bsp/conf/machine/beaglebone.conf
@@ -31,7 +31,7 @@ KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"
SPL_BINARY = "MLO"
UBOOT_SUFFIX = "img"
-UBOOT_MACHINE = "am335x_evm_config"
+UBOOT_MACHINE = "am335x_boneblack_config"
UBOOT_ENTRYPOINT = "0x80008000"
UBOOT_LOADADDRESS = "0x80008000"