Skip to content

Commit

Permalink
WiP: Nitropad coreboot config: adapt to reduce changes to test vs lib…
Browse files Browse the repository at this point in the history
…rem_11

Traces:

-CONFIG_ONBOARD_VGA_IS_PRIMARY=y
+# CONFIG_ONBOARD_VGA_IS_PRIMARY is not set

Signed-off-by: Thierry Laurion <[email protected]>
  • Loading branch information
tlaurion committed Apr 20, 2024
1 parent 9247288 commit 16f1d07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/coreboot-nitropad-ns50.config
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ CONFIG_MAINBOARD_VENDOR="Notebook"
CONFIG_CBFS_SIZE=0x1000000
# CONFIG_CONSOLE_SERIAL is not set
CONFIG_MAX_CPUS=24
CONFIG_ONBOARD_VGA_IS_PRIMARY=y
# CONFIG_ONBOARD_VGA_IS_PRIMARY is not set
# CONFIG_POST_DEVICE is not set
# CONFIG_POST_IO is not set
CONFIG_UART_FOR_CONSOLE=0
Expand Down
2 changes: 1 addition & 1 deletion config/coreboot-nitropad-nv41.config
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ CONFIG_MAINBOARD_VENDOR="Notebook"
CONFIG_CBFS_SIZE=0x1000000
# CONFIG_CONSOLE_SERIAL is not set
CONFIG_MAX_CPUS=24
CONFIG_ONBOARD_VGA_IS_PRIMARY=y
# CONFIG_ONBOARD_VGA_IS_PRIMARY is not set
# CONFIG_POST_DEVICE is not set
# CONFIG_POST_IO is not set
CONFIG_UART_FOR_CONSOLE=0
Expand Down

0 comments on commit 16f1d07

Please sign in to comment.