1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-07-17 06:48:07 +00:00

conf/machine: define UBOOT_SUFFIX and SPL_BINARY in machine configs

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Denys Dmytriyenko
2018-10-18 03:58:38 +00:00
parent cc91e6bfaa
commit de7203d403
11 changed files with 21 additions and 9 deletions
+4 -3
View File
@@ -17,9 +17,10 @@ UBOOT_ARCH = "arm"
UBOOT_ENTRYPOINT = "0x80008000"
UBOOT_LOADADDRESS = "0x80008000"
EXTRA_IMAGEDEPENDS += " \
virtual/bootloader \
"
SPL_BINARY = "tispl.bin"
UBOOT_SUFFIX = "img"
EXTRA_IMAGEDEPENDS += "virtual/bootloader"
MACHINE_GUI_CLASS = "smallscreen"