summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/keystone.inc
diff options
context:
space:
mode:
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"