summaryrefslogtreecommitdiffstats
path: root/conf/machine/am65xx-evm.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/am65xx-evm.conf')
-rw-r--r--conf/machine/am65xx-evm.conf10
1 files changed, 0 insertions, 10 deletions
diff --git a/conf/machine/am65xx-evm.conf b/conf/machine/am65xx-evm.conf
index bc5fdc39..dce6d05a 100644
--- a/conf/machine/am65xx-evm.conf
+++ b/conf/machine/am65xx-evm.conf
@@ -6,8 +6,6 @@ require conf/machine/include/am65xx.inc
6 6
7MACHINE_FEATURES += "touchscreen" 7MACHINE_FEATURES += "touchscreen"
8 8
9IMAGE_FSTYPES += "tar.xz wic.xz"
10
11SERIAL_CONSOLES = "115200;ttyS2 115200;ttyS1" 9SERIAL_CONSOLES = "115200;ttyS2 115200;ttyS1"
12SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" 10SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
13 11
@@ -24,11 +22,3 @@ UBOOT_MACHINE = "am65x_evm_a53_defconfig"
24OPTEEMACHINE = "k3" 22OPTEEMACHINE = "k3"
25OPTEEFLAVOR = "am65x" 23OPTEEFLAVOR = "am65x"
26OPTEEOUTPUTMACHINE = "k3" 24OPTEEOUTPUTMACHINE = "k3"
27
28# Please note that booting AM65xx platform also requires
29# tiboot3.bin and sysfw.itb, which are provided by meta-arago
30# u-boot-k3-r5 and ti-sci-fw recipes
31IMAGE_BOOT_FILES = "tispl.bin u-boot.img"
32WKS_FILE ?= "sdimage-bootpart.wks"
33
34do_image_wic[depends] += "u-boot:do_deploy"