Commit 79bc910696bbe4ea425900eaf9513e0d8e2a2970

Authored by Eric Lee
1 parent f84d01926a

Remove delay when spi_nor is unlocked or the Test# will not work

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

board/embedian/smarcfimx6/smarcfimx6.c
... ... @@ -1206,7 +1206,6 @@
1206 1206 #ifdef CONFIG_SYS_USE_SPINOR
1207 1207 /*Unlock SPI Flash*/
1208 1208 gpio_direction_output(IMX_GPIO_NR(4,20), 1);
1209   - udelay(100);
1210 1209 setup_spinor();
1211 1210 /*Lock SPI Flash and Free SPI0*/
1212 1211 gpio_direction_output(IMX_GPIO_NR(4,20), 0);