summaryrefslogtreecommitdiffstats
path: root/conf/machine/beaglebone.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/beaglebone.conf')
-rw-r--r--conf/machine/beaglebone.conf3
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
14SERIAL_CONSOLE = "115200 ttyS0" 14SERIAL_CONSOLE = "115200 ttyS0"
15 15
16UBOOT_MACHINE = "am335x_boneblack_config" 16# fall back on generic am335x_evm_config for now
17#UBOOT_MACHINE = "am335x_boneblack_config"
17 18
18WKS_FILE = "sdimage-bootpart.wks" 19WKS_FILE = "sdimage-bootpart.wks"
19IMAGE_BOOT_FILES = "MLO u-boot.img" 20IMAGE_BOOT_FILES = "MLO u-boot.img"