From 2985dda033b4d2d4df99c0898bea9b45562d3cd7 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Sat, 13 Oct 2018 08:50:36 +0000 Subject: 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 --- conf/machine/beaglebone.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'conf/machine') diff --git a/conf/machine/beaglebone.conf b/conf/machine/beaglebone.conf index 49edfd61..25147926 100644 --- a/conf/machine/beaglebone.conf +++ b/conf/machine/beaglebone.conf @@ -13,7 +13,8 @@ MACHINE_GUI_CLASS = "bigscreen" 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" IMAGE_BOOT_FILES = "MLO u-boot.img" -- cgit v1.2.3-54-g00ecf