summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/keystone.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/keystone.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/keystone.inc')
-rw-r--r--conf/machine/include/keystone.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/include/keystone.inc b/conf/machine/include/keystone.inc
index 3e96e927..ef33975f 100644
--- a/conf/machine/include/keystone.inc
+++ b/conf/machine/include/keystone.inc
@@ -16,6 +16,9 @@ KERNEL_IMAGETYPE = "zImage"
16UBOOT_ENTRYPOINT = "0x80008000" 16UBOOT_ENTRYPOINT = "0x80008000"
17UBOOT_LOADADDRESS = "0x80008000" 17UBOOT_LOADADDRESS = "0x80008000"
18 18
19SPL_BINARY = "MLO"
20UBOOT_SUFFIX = "bin"
21
19# Use the expected value of the ubifs filesystem's volume name in the kernel 22# Use the expected value of the ubifs filesystem's volume name in the kernel
20# and u-boot. 23# and u-boot.
21UBI_VOLNAME = "rootfs" 24UBI_VOLNAME = "rootfs"