summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/ti33x.inc
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/include/ti33x.inc
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/include/ti33x.inc')
-rw-r--r--conf/machine/include/ti33x.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/include/ti33x.inc b/conf/machine/include/ti33x.inc
index 05527b82..487ceb4f 100644
--- a/conf/machine/include/ti33x.inc
+++ b/conf/machine/include/ti33x.inc
@@ -40,6 +40,9 @@ UBOOT_MACHINE = "am335x_evm_config"
40UBOOT_ENTRYPOINT = "0x80008000" 40UBOOT_ENTRYPOINT = "0x80008000"
41UBOOT_LOADADDRESS = "0x80008000" 41UBOOT_LOADADDRESS = "0x80008000"
42 42
43SPL_BINARY = "MLO"
44UBOOT_SUFFIX = "img"
45
43# Use the expected value of the ubifs filesystem's volume name in the kernel 46# Use the expected value of the ubifs filesystem's volume name in the kernel
44# and u-boot. 47# and u-boot.
45UBI_VOLNAME = "rootfs" 48UBI_VOLNAME = "rootfs"