aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/am64xx-evm.conf5
-rw-r--r--conf/machine/am64xx-sk.conf5
-rw-r--r--conf/machine/include/am64xx.inc4
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 @@
require conf/machine/include/am64xx.inc
-IMAGE_BOOT_FILES = "tispl.bin u-boot.img"
-
UBOOT_MACHINE = "am64x_evm_a53_defconfig"
-
-do_image_wic[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy"
-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 @@
require conf/machine/include/am64xx.inc
-IMAGE_BOOT_FILES = "tispl.bin u-boot.img"
-
UBOOT_MACHINE = "am64x_sk_a53_defconfig"
-do_image_wic[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy"
-do_image_tar[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy"
-
KERNEL_DEVICETREE = " \
ti/k3-am642-sk.dtb \
"
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 = " \
ti/k3-am642-evm.dtb \
"
+IMAGE_BOOT_FILES = "tispl.bin u-boot.img"
+do_image_wic[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy"
+do_image_tar[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy"
+
TFA_BOARD = "lite"
OPTEEMACHINE = "k3-am65x"
OPTEEOUTPUTMACHINE = "k3"