[PATCH 10/26] x86: apl: Use struct spi_nor instead of struct spi_flash
Simon Glass
sjg at chromium.org
Mon Dec 28 17:26:35 CET 2020
This construct effectively uses struct spi_nor due to a #define in
spi-nor.h so we may as well use that struct here. This allows dtoc to
parse it correctly.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
arch/x86/cpu/apollolake/spl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Applied to u-boot-dm/next, thanks!
More information about the U-Boot
mailing list