Enable DIO by default

This commit is contained in:
logicog
2026-01-08 06:44:38 +01:00
parent 0fe70f6b62
commit f621563479
4 changed files with 1 additions and 5 deletions
+1 -1
View File
@@ -1738,7 +1738,7 @@ void bootloader(void)
print_string("\nStarting up...\n");
print_string(" Flash controller\n");
flash_init(0);
flash_init(1);
// Reset NIC
reg_bit_set(RTL837X_REG_RESET, RESET_NIC_BIT);