diff options
author | Leah Rowe <leah@libreboot.org> | 2024-02-07 13:03:46 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-02-07 13:04:56 +0000 |
commit | 91792c0c330a3dcfc04ba78a279fb2c55ed5092c (patch) | |
tree | f93ae5640fc50d753d21a9f9dc8542fb523759f8 /config/coreboot/dell9020mtvga_12mb | |
parent | 667854de1513c7d1626fe2c9b026f2afa30b1968 (diff) |
update coreboot configs
this was done automatically by running:
./update trees -u coreboot
this has to be done when adding patches for now board ports,
because of the way lbmk and also coreboot's build systems work.
the configs just have to be re-generated to include a line
that says the entry for the newly added boards isn't set. look
at the diff of this commit as an example.
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/coreboot/dell9020mtvga_12mb')
-rw-r--r-- | config/coreboot/dell9020mtvga_12mb/config/normal | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/coreboot/dell9020mtvga_12mb/config/normal b/config/coreboot/dell9020mtvga_12mb/config/normal index cbc76dc5..56246965 100644 --- a/config/coreboot/dell9020mtvga_12mb/config/normal +++ b/config/coreboot/dell9020mtvga_12mb/config/normal @@ -132,8 +132,11 @@ CONFIG_CMOS_DEFAULT_FILE="src/mainboard/$(MAINBOARDDIR)/cmos.default" CONFIG_CMOS_LAYOUT_FILE="src/mainboard/$(MAINBOARDDIR)/cmos.layout" CONFIG_BOOT_DEVICE_SPI_FLASH_BUS=0 # CONFIG_CONSOLE_POST is not set +# CONFIG_BOARD_DELL_LATITUDE_E5530 is not set # CONFIG_BOARD_DELL_E6400 is not set +# CONFIG_BOARD_DELL_LATITUDE_E6420 is not set # CONFIG_BOARD_DELL_LATITUDE_E6430 is not set +# CONFIG_BOARD_DELL_LATITUDE_E6520 is not set # CONFIG_BOARD_DELL_LATITUDE_E6530 is not set # CONFIG_BOARD_DELL_OPTIPLEX_9020_SFF is not set CONFIG_BOARD_DELL_OPTIPLEX_9020_MT=y |