diff options
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/sf.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -88,6 +88,8 @@ static int do_spi_flash_probe(int argc, char * const argv[]) #ifdef CONFIG_DM_SPI_FLASH struct udevice *new, *bus_dev; int ret; + /* In DM mode defaults will be taken from DT */ + speed = 0, mode = 0; #else struct spi_flash *new; #endif |