1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-12-31 00:17:15 +01:00
Files
u-boot-megous/include/spi_flash.h
Simon Glass 4806fcea1a mtd: spi: Export spi_flash_std_probe()
With of-platdata we need to create drivers for particular chips, or at
least drivers that are separate from the standard code, since C structures
are created by dtoc which are private to that driver.

To avoid duplicating the probing code, export this probe function for use
by these drivers.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
2019-12-15 11:44:24 +08:00

5.8 KiB