summaryrefslogtreecommitdiffstats
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:12 -0400
commit7eeebc0f79d9097e771855d4cfefdb6989be3d05 (patch)
tree08a496280f9dd27146079f3d42c39eeeee676cef
parentb7b9bfe61c7a416dc50d0d9c5d30469a797526a2 (diff)
downloadmeta-ti-7eeebc0f79d9097e771855d4cfefdb6989be3d05.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>
-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"