commit | c89852c78d7de3c3c38a135123a4ee4c8abd570e | [log] [tgz] |
---|---|---|
author | Alvin Chang <alvinga@andestech.com> | Tue Jul 25 11:47:53 2023 +0800 |
committer | Jérôme Forissier <jerome@forissier.org> | Wed Aug 02 11:25:21 2023 +0200 |
tree | 7c59fcc93dd6599601949990f111f0917304c71a | |
parent | 9677f675902a553fa53609650322fad71fd7f489 [diff] |
buildroot: Add optee configuration file for RISC-V 64-bit system Add new file to specify the target architecture to run OP-TEE. Signed-off-by: Alvin Chang <alvinga@andestech.com> Acked-by: Jerome Forissier <jerome.forissier@linaro.org>
diff --git a/br-ext/configs/optee_riscv64 b/br-ext/configs/optee_riscv64 new file mode 100755 index 0000000..9a55a03 --- /dev/null +++ b/br-ext/configs/optee_riscv64
@@ -0,0 +1,2 @@ +BR2_riscv=y +BR2_RISCV_64=y