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 | |
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')
-rw-r--r-- | conf/machine/am64xx-evm.conf | 5 | ||||
-rw-r--r-- | conf/machine/am64xx-sk.conf | 5 | ||||
-rw-r--r-- | conf/machine/include/am64xx.inc | 4 |
3 files changed, 4 insertions, 10 deletions
diff --git a/conf/machine/am64xx-evm.conf b/conf/machine/am64xx-evm.conf index 788b15ab..c6ba2a87 100644 --- a/conf/machine/am64xx-evm.conf +++ b/conf/machine/am64xx-evm.conf | |||
@@ -4,9 +4,4 @@ | |||
4 | 4 | ||
5 | require conf/machine/include/am64xx.inc | 5 | require conf/machine/include/am64xx.inc |
6 | 6 | ||
7 | IMAGE_BOOT_FILES = "tispl.bin u-boot.img" | ||
8 | |||
9 | UBOOT_MACHINE = "am64x_evm_a53_defconfig" | 7 | UBOOT_MACHINE = "am64x_evm_a53_defconfig" |
10 | |||
11 | do_image_wic[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy" | ||
12 | do_image_tar[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy" | ||
diff --git a/conf/machine/am64xx-sk.conf b/conf/machine/am64xx-sk.conf index 70c9c4f6..445ff723 100644 --- a/conf/machine/am64xx-sk.conf +++ b/conf/machine/am64xx-sk.conf | |||
@@ -4,13 +4,8 @@ | |||
4 | 4 | ||
5 | require conf/machine/include/am64xx.inc | 5 | require conf/machine/include/am64xx.inc |
6 | 6 | ||
7 | IMAGE_BOOT_FILES = "tispl.bin u-boot.img" | ||
8 | |||
9 | UBOOT_MACHINE = "am64x_sk_a53_defconfig" | 7 | UBOOT_MACHINE = "am64x_sk_a53_defconfig" |
10 | 8 | ||
11 | do_image_wic[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy" | ||
12 | do_image_tar[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy" | ||
13 | |||
14 | KERNEL_DEVICETREE = " \ | 9 | KERNEL_DEVICETREE = " \ |
15 | ti/k3-am642-sk.dtb \ | 10 | ti/k3-am642-sk.dtb \ |
16 | " | 11 | " |
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" |