diff options
-rw-r--r-- | conf/machine/am65xx-evm.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/conf/machine/am65xx-evm.conf b/conf/machine/am65xx-evm.conf index 1113dbc9..83eae598 100644 --- a/conf/machine/am65xx-evm.conf +++ b/conf/machine/am65xx-evm.conf | |||
@@ -24,7 +24,10 @@ OPTEEMACHINE = "k3" | |||
24 | OPTEEFLAVOR = "am65x" | 24 | OPTEEFLAVOR = "am65x" |
25 | OPTEEOUTPUTMACHINE = "k3" | 25 | OPTEEOUTPUTMACHINE = "k3" |
26 | 26 | ||
27 | # Please note that booting AM65xx platform also requires | ||
28 | # tiboot3.bin and sysfw.itb, which are provided by meta-arago | ||
29 | # u-boot-k3-r5 and ti-sci-fw recipes | ||
30 | IMAGE_BOOT_FILES = "tispl.bin u-boot.img" | ||
27 | WKS_FILE = "sdimage-bootpart.wks" | 31 | WKS_FILE = "sdimage-bootpart.wks" |
28 | IMAGE_BOOT_FILES = "u-boot.img" | ||
29 | 32 | ||
30 | do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot u-boot:do_deploy" | 33 | do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot u-boot:do_deploy" |