diff options
author | Leah Rowe <leah@libreboot.org> | 2024-01-21 22:19:04 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-01-21 22:19:04 +0000 |
commit | 8b4a4f79f61c8cb7d176ba13eb69bd6eb526aec7 (patch) | |
tree | 53a28ae186a5708be610501ba0fa4d60f0b31cbb /config/coreboot/kcma-d8-udimm_2mb | |
parent | dcf7da9a654b5b891cafadb80583882dfbee9d4a (diff) |
fam15h boards: define xtree
these should be using the rdimm tree for crossgcc,
so define it explicitly. the build system creates
a symlink too, but it's still best that we use it.
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/coreboot/kcma-d8-udimm_2mb')
-rw-r--r-- | config/coreboot/kcma-d8-udimm_2mb/target.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/coreboot/kcma-d8-udimm_2mb/target.cfg b/config/coreboot/kcma-d8-udimm_2mb/target.cfg index a8a4a5fc..35354c26 100644 --- a/config/coreboot/kcma-d8-udimm_2mb/target.cfg +++ b/config/coreboot/kcma-d8-udimm_2mb/target.cfg @@ -1,4 +1,5 @@ tree="fam15h_udimm" +xtree="fam15h_rdimm" xarch="i386-elf" payload_grub="y" payload_grub_withseabios="y" |