From 8a9c70f2f6d8035279b8fe183ea6ad92b79392b1 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sun, 21 Jan 2024 05:58:37 +0000 Subject: 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 --- config/u-boot/gru_bob/target.cfg | 1 + config/u-boot/gru_kevin/target.cfg | 1 + config/u-boot/qemu_arm64_12mb/target.cfg | 1 + config/u-boot/qemu_x86_12mb/target.cfg | 1 + 4 files changed, 4 insertions(+) (limited to 'config') 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" diff --git a/config/u-boot/gru_kevin/target.cfg b/config/u-boot/gru_kevin/target.cfg index 1633e9df..f7d4d7d9 100644 --- a/config/u-boot/gru_kevin/target.cfg +++ b/config/u-boot/gru_kevin/target.cfg @@ -1,2 +1,3 @@ tree="default" +xtree="default" xarch="aarch64-elf arm-eabi" diff --git a/config/u-boot/qemu_arm64_12mb/target.cfg b/config/u-boot/qemu_arm64_12mb/target.cfg index 1633e9df..f7d4d7d9 100644 --- a/config/u-boot/qemu_arm64_12mb/target.cfg +++ b/config/u-boot/qemu_arm64_12mb/target.cfg @@ -1,2 +1,3 @@ tree="default" +xtree="default" xarch="aarch64-elf arm-eabi" diff --git a/config/u-boot/qemu_x86_12mb/target.cfg b/config/u-boot/qemu_x86_12mb/target.cfg index 2c300b24..216c7bdc 100644 --- a/config/u-boot/qemu_x86_12mb/target.cfg +++ b/config/u-boot/qemu_x86_12mb/target.cfg @@ -1,2 +1,3 @@ tree="default" +xtree="default" xarch="i386-elf" -- cgit v1.2.1