diff options
author | Leah Rowe <leah@libreboot.org> | 2024-01-21 05:58:37 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-01-21 05:59:37 +0000 |
commit | 8a9c70f2f6d8035279b8fe183ea6ad92b79392b1 (patch) | |
tree | 0032a0717c14338cd4f2f16fe1093f048da0c107 /config/u-boot/gru_bob | |
parent | c6d243af93794f868b8e518c92edc3fd5e0a69ba (diff) |
allow multitree projects to define xgcc tree
let them specific it, rather than falling back
to coreboot/default (can also be used for coreboot boards)
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/u-boot/gru_bob')
-rw-r--r-- | config/u-boot/gru_bob/target.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/u-boot/gru_bob/target.cfg b/config/u-boot/gru_bob/target.cfg index 1633e9df..f7d4d7d9 100644 --- a/config/u-boot/gru_bob/target.cfg +++ b/config/u-boot/gru_bob/target.cfg @@ -1,2 +1,3 @@ tree="default" +xtree="default" xarch="aarch64-elf arm-eabi" |