Merge pull request #73 from logicog/dio

Enable Flash Dual I/O command by default.
Speed up data transfers up to 2x.
This commit is contained in:
René van Dorst
2026-01-08 21:52:52 +00:00
committed by GitHub
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1740,7 +1740,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);