commit | 24c2776ba9002fadbf7cf86a0f5bc6a17cc08290 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat May 18 11:59:49 2019 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Jul 10 16:52:58 2019 -0600 |
tree | 9829d6a9a76ab821cb45084dff430abd4dd899fe | |
parent | e676f4397c019840e2b0d7330506a857c6dc5a81 [diff] |
sandbox: Correct spi flash operation Since the SPI nor conversion, 'sf probe' does not work on sandbox. Fix this by using the expected compatible string in the flash node. Signed-off-by: Simon Glass <sjg@chromium.org> Fixes: cd35365762 (mtd: sf_probe: remove spi-flash compatible)