diff options
author | Leah Rowe <leah@libreboot.org> | 2024-01-21 20:32:59 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-01-21 20:45:44 +0000 |
commit | a225e4d5d946b85c2d0acdf12f0da94ee5d02242 (patch) | |
tree | 2584431dcc6ca4e2d0744d35805c5d5ef0389877 /config/coreboot/fam15h_rdimm | |
parent | c996118294ec51e31c4485019af6c5fda66f2f99 (diff) |
fix amd mainboard configs
in a build test, canoeboot 0.1 builds, but master doesn't,
and neither does lbmk. i changed a few of them when doing
the crossgcc build optimisation patches.
i'm just copying the configs from there. unlike in the
canoeboot version of this patch, i've re-enabled microcode
updates in these lbmk configs.
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/coreboot/fam15h_rdimm')
-rw-r--r-- | config/coreboot/fam15h_rdimm/target.cfg | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/config/coreboot/fam15h_rdimm/target.cfg b/config/coreboot/fam15h_rdimm/target.cfg index 9b99ec9e..7ca0c217 100644 --- a/config/coreboot/fam15h_rdimm/target.cfg +++ b/config/coreboot/fam15h_rdimm/target.cfg @@ -1,7 +1,2 @@ tree="fam15h_rdimm" rev="1c13f8d85c7306213cd525308ee8973e5663a3f8" -payload_grub="n" -payload_grub_withseabios="n" -payload_seabios="n" -payload_memtest="n" -xlang="c" |