diff options
author | Leah Rowe <leah@libreboot.org> | 2024-12-03 15:33:27 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-12-03 15:33:27 +0000 |
commit | 90850eb859c644f12abc641c1e62c974cad72bcd (patch) | |
tree | 527f024661c2ed0d07b8b8f01a28919dec7fd085 | |
parent | 8314fbc67ebba9af8e52b8c119dd2097b7f06ad4 (diff) |
fix board name for coreboot/dell7010sff
i'd copied the t1650 config and reselected the board lazily.
this fixes the issue:
https://codeberg.org/libreboot/lbmk/issues/242
Signed-off-by: Leah Rowe <leah@libreboot.org>
-rw-r--r-- | config/coreboot/dell7010sff_12mb/config/libgfxinit_txtmode | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/coreboot/dell7010sff_12mb/config/libgfxinit_txtmode b/config/coreboot/dell7010sff_12mb/config/libgfxinit_txtmode index 05151e1f..6364bc56 100644 --- a/config/coreboot/dell7010sff_12mb/config/libgfxinit_txtmode +++ b/config/coreboot/dell7010sff_12mb/config/libgfxinit_txtmode @@ -105,7 +105,7 @@ CONFIG_VENDOR_DELL=y # CONFIG_VENDOR_SYSTEM76 is not set # CONFIG_VENDOR_TI is not set # CONFIG_VENDOR_UP is not set -CONFIG_MAINBOARD_PART_NUMBER="Precision T1650" +CONFIG_MAINBOARD_PART_NUMBER="OptiPlex 9010" CONFIG_MAINBOARD_VERSION="1.0" CONFIG_MAINBOARD_DIR="dell/snb_ivb_workstations" CONFIG_VGA_BIOS_ID="8086,0106" |