summaryrefslogtreecommitdiffstats
path: root/conf/machine/beaglebone.conf
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2018-10-18 03:58:38 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-10-17 22:48:49 +0000
commitde7203d403946ea1c0a01ed90d682c169cd210ad (patch)
treea3e1e7713fd117a6f88c0857107faeda9d349ddd /conf/machine/beaglebone.conf
parentcc91e6bfaac42d63938b67a3efa4526dd9d8a063 (diff)
downloadmeta-ti-de7203d403946ea1c0a01ed90d682c169cd210ad.tar.gz
conf/machine: define UBOOT_SUFFIX and SPL_BINARY in machine configs
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine/beaglebone.conf')
-rw-r--r--conf/machine/beaglebone.conf6
1 files changed, 0 insertions, 6 deletions
diff --git a/conf/machine/beaglebone.conf b/conf/machine/beaglebone.conf
index 5e7348a4..450a1893 100644
--- a/conf/machine/beaglebone.conf
+++ b/conf/machine/beaglebone.conf
@@ -13,12 +13,6 @@ MACHINE_GUI_CLASS = "bigscreen"
13 13
14SERIAL_CONSOLES = "115200;ttyS0" 14SERIAL_CONSOLES = "115200;ttyS0"
15 15
16# fall back on generic am335x_evm_config for now
17#UBOOT_MACHINE = "am335x_boneblack_config"
18
19SPL_BINARY = "MLO"
20UBOOT_SUFFIX = "img"
21
22WKS_FILE = "sdimage-bootpart.wks" 16WKS_FILE = "sdimage-bootpart.wks"
23 17
24do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot" 18do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot"