Re-enable UART on galp5, default to disabled NVIDIA GPU

Change-Id: I7dffdce4d213f083f1742695943fcff0c4859e80
This commit is contained in:
Jeremy Soller
2020-11-30 10:56:45 -07:00
parent c051009031
commit fd8c25ab61
3 changed files with 11 additions and 3 deletions

View File

@@ -7,5 +7,5 @@
void bootblock_mainboard_init(void) {
gpio_configure_pads(early_gpio_table, ARRAY_SIZE(early_gpio_table));
dgpu_power_enable(1);
dgpu_power_enable(0);
}