1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-06-02 08:50:31 +00:00

beaglebone.conf: temporarily use generic am335x_evm_config for U-boot

There have been reports recently that am335x_beaglebone_config generates bad SPL.
Until that is debugged and fixed, use generic am335x_evm_config that covers all
AM335x platforms, including BeagleBone variants.

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Denys Dmytriyenko
2018-10-13 08:50:36 +00:00
parent 0175348dfe
commit 2985dda033
+2 -1
View File
@@ -13,7 +13,8 @@ MACHINE_GUI_CLASS = "bigscreen"
SERIAL_CONSOLE = "115200 ttyS0" SERIAL_CONSOLE = "115200 ttyS0"
UBOOT_MACHINE = "am335x_boneblack_config" # fall back on generic am335x_evm_config for now
#UBOOT_MACHINE = "am335x_boneblack_config"
WKS_FILE = "sdimage-bootpart.wks" WKS_FILE = "sdimage-bootpart.wks"
IMAGE_BOOT_FILES = "MLO u-boot.img" IMAGE_BOOT_FILES = "MLO u-boot.img"