diff options
author | Nishanth Menon <nm@ti.com> | 2021-04-01 05:57:34 +0000 |
---|---|---|
committer | Praneeth Bajjuri <praneeth@ti.com> | 2021-03-31 21:44:57 -0500 |
commit | 6d4a13deb0ce2398e032c6a4d7035bbf953375ab (patch) | |
tree | 5fa27f92e45f6a703929b4afbd0828ed57fac067 /conf/machine/include/am64xx.inc | |
parent | fbbeea534411c449779b918a57b50c65559feb8a (diff) | |
download | meta-ti-6d4a13deb0ce2398e032c6a4d7035bbf953375ab.tar.gz |
conf/machine: am64xx: Consolidate image configuration to SoC include
IMAGE type and dependencies can easily be centralized to SoC include
file. This is necessary to make sure that we don't do the duplication
and having multiple places to fix up.
Signed-off-by: Nishanth Menon <nm@ti.com>
Reviewed-by: Denys Dmytriyenko <denys@konsulko.com>
Diffstat (limited to 'conf/machine/include/am64xx.inc')
-rw-r--r-- | conf/machine/include/am64xx.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/machine/include/am64xx.inc b/conf/machine/include/am64xx.inc index 20441d8a..56d01502 100644 --- a/conf/machine/include/am64xx.inc +++ b/conf/machine/include/am64xx.inc | |||
@@ -10,6 +10,10 @@ KERNEL_DEVICETREE = " \ | |||
10 | ti/k3-am642-evm.dtb \ | 10 | ti/k3-am642-evm.dtb \ |
11 | " | 11 | " |
12 | 12 | ||
13 | IMAGE_BOOT_FILES = "tispl.bin u-boot.img" | ||
14 | do_image_wic[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy" | ||
15 | do_image_tar[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy" | ||
16 | |||
13 | TFA_BOARD = "lite" | 17 | TFA_BOARD = "lite" |
14 | OPTEEMACHINE = "k3-am65x" | 18 | OPTEEMACHINE = "k3-am65x" |
15 | OPTEEOUTPUTMACHINE = "k3" | 19 | OPTEEOUTPUTMACHINE = "k3" |