diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/u-boot/gru_bob/target.cfg | 1 | ||||
-rw-r--r-- | config/u-boot/gru_kevin/target.cfg | 1 | ||||
-rw-r--r-- | config/u-boot/qemu_arm64_12mb/target.cfg | 1 | ||||
-rw-r--r-- | config/u-boot/qemu_x86_12mb/target.cfg | 1 |
4 files changed, 4 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" 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" |