summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>2014-08-04 21:45:50 +0000
committerDenys Dmytriyenko <denys@ti.com>2014-08-11 21:45:17 -0400
commitf0ed00fdfd40eb53894bc838ce701202cf674892 (patch)
tree08a496280f9dd27146079f3d42c39eeeee676cef /conf
parent2f74322abfe258350cc54ed3945fe624e1aabd71 (diff)
downloadmeta-ti-f0ed00fdfd40eb53894bc838ce701202cf674892.tar.gz
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>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/beaglebone.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/beaglebone.conf b/conf/machine/beaglebone.conf
index 8a83a1ae..0b4dce3a 100644
--- a/conf/machine/beaglebone.conf
+++ b/conf/machine/beaglebone.conf
@@ -11,4 +11,4 @@ IMAGE_FSTYPES += "tar.gz"
11 11
12SERIAL_CONSOLE = "115200 ttyO0" 12SERIAL_CONSOLE = "115200 ttyO0"
13 13
14UBOOT_MACHINE = "am335x_evm_config" 14UBOOT_MACHINE = "am335x_boneblack"