diff options
author | Denys Dmytriyenko <denys@ti.com> | 2018-10-13 08:50:36 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2018-10-16 18:40:16 +0000 |
commit | 2985dda033b4d2d4df99c0898bea9b45562d3cd7 (patch) | |
tree | 1d5b32b02895ad98908319340a07977327d420b6 /conf | |
parent | 0175348dfeb074c7734e09afd4a4b7f21d31a5e0 (diff) | |
download | meta-ti-2985dda033b4d2d4df99c0898bea9b45562d3cd7.tar.gz |
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>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/beaglebone.conf | 3 |
1 files changed, 2 insertions, 1 deletions
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" | |||
13 | 13 | ||
14 | SERIAL_CONSOLE = "115200 ttyS0" | 14 | SERIAL_CONSOLE = "115200 ttyS0" |
15 | 15 | ||
16 | UBOOT_MACHINE = "am335x_boneblack_config" | 16 | # fall back on generic am335x_evm_config for now |
17 | #UBOOT_MACHINE = "am335x_boneblack_config" | ||
17 | 18 | ||
18 | WKS_FILE = "sdimage-bootpart.wks" | 19 | WKS_FILE = "sdimage-bootpart.wks" |
19 | IMAGE_BOOT_FILES = "MLO u-boot.img" | 20 | IMAGE_BOOT_FILES = "MLO u-boot.img" |