mirror of
https://github.com/logicog/RTLPlayground.git
synced 2026-08-30 14:52:51 +08:00
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:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user