commit | e2a4ec83820d1e7a25f84bdc6446909d9c9027a8 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Dec 19 10:40:02 2020 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Jan 05 12:24:41 2021 -0700 |
tree | 66de24da6063e894b6636d37a2e14e8eee7c8311 | |
parent | b33cd2576fc7b49ea9bd636f09be2e94d0a705f0 [diff] |
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>