]> git.dujemihanovic.xyz Git - u-boot.git/commit
x86: apl: Use struct spi_nor instead of struct spi_flash
authorSimon Glass <sjg@chromium.org>
Sat, 19 Dec 2020 17:40:02 +0000 (10:40 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 5 Jan 2021 19:24:41 +0000 (12:24 -0700)
commit332b98660f964895f05277dbbc2e0fd05d04ca9b
tree66de24da6063e894b6636d37a2e14e8eee7c8311
parenta1a8a633859ce6ecfe298e3b40eb97c49248f8a0
x86: apl: Use struct spi_nor instead of struct spi_flash

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@chromium.org>
arch/x86/cpu/apollolake/spl.c