diff options
author | Denys Dmytriyenko <denys@ti.com> | 2018-10-18 03:58:38 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2018-10-17 22:48:49 +0000 |
commit | de7203d403946ea1c0a01ed90d682c169cd210ad (patch) | |
tree | a3e1e7713fd117a6f88c0857107faeda9d349ddd /conf/machine/include/ti33x.inc | |
parent | cc91e6bfaac42d63938b67a3efa4526dd9d8a063 (diff) | |
download | meta-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.inc | 3 |
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" | |||
40 | UBOOT_ENTRYPOINT = "0x80008000" | 40 | UBOOT_ENTRYPOINT = "0x80008000" |
41 | UBOOT_LOADADDRESS = "0x80008000" | 41 | UBOOT_LOADADDRESS = "0x80008000" |
42 | 42 | ||
43 | SPL_BINARY = "MLO" | ||
44 | UBOOT_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. |
45 | UBI_VOLNAME = "rootfs" | 48 | UBI_VOLNAME = "rootfs" |