diff options
author | Leah Rowe <leah@libreboot.org> | 2024-01-21 06:26:23 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-01-21 06:26:23 +0000 |
commit | 8f3d3eada9afd9ecc19d180aa2899062435501b6 (patch) | |
tree | f157702caa94bcb34c792a92b7d13492b832d581 /config/coreboot | |
parent | 8a9c70f2f6d8035279b8fe183ea6ad92b79392b1 (diff) |
re-use crossgcc builds on the coreboot trees
don't build crossgcc twice, especially if two coreboot
trees use the same revision!
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/coreboot')
-rw-r--r-- | config/coreboot/dell/target.cfg | 1 | ||||
-rw-r--r-- | config/coreboot/fam15h_udimm/target.cfg | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/config/coreboot/dell/target.cfg b/config/coreboot/dell/target.cfg index f1918b99..32ee7ff1 100644 --- a/config/coreboot/dell/target.cfg +++ b/config/coreboot/dell/target.cfg @@ -1,2 +1,3 @@ tree="dell" +xtree="default" rev="d862695f5f432b5c78dada5f16c293a4c3f9fce6" diff --git a/config/coreboot/fam15h_udimm/target.cfg b/config/coreboot/fam15h_udimm/target.cfg index b9950814..77c6799d 100644 --- a/config/coreboot/fam15h_udimm/target.cfg +++ b/config/coreboot/fam15h_udimm/target.cfg @@ -1,4 +1,5 @@ tree="fam15h_udimm" +xtree="fam15h_rdimm" rev="1c13f8d85c7306213cd525308ee8973e5663a3f8" payload_grub="n" payload_grub_withseabios="n" |