1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-05-08 20:40:20 +00:00

beaglebone: use the am335x_boneblack u-boot configuration

Using the am335x_boneblack configuration for u-boot allows to save the
environment to the emmc. Else, it is not possible to save the
environment at all.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Alexandre Belloni
2014-08-04 21:45:50 +00:00
committed by Denys Dmytriyenko
parent 2f74322abf
commit f0ed00fdfd
+1 -1
View File
@@ -11,4 +11,4 @@ IMAGE_FSTYPES += "tar.gz"
SERIAL_CONSOLE = "115200 ttyO0"
UBOOT_MACHINE = "am335x_evm_config"
UBOOT_MACHINE = "am335x_boneblack"