commit | df97e14b1d9ceffbce0458386756869ac8c52bb8 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu May 04 16:50:48 2023 -0600 |
committer | Bin Meng <bmeng@tinylab.org> | Thu May 11 10:25:29 2023 +0800 |
tree | 497881335dafdfab190c18ad7f1e6d8e2df03ef3 | |
parent | 3190f1e3419966bd9c6c8574e62ed09957a5be84 [diff] |
sf: Rename spi-nor-tiny functions The 'tiny' SPI nor functions have the same name as their big brothers, which can be confusing. Use different names so it is clear which version is in the image. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Vignesh Raghavendra <vigneshr@ti.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>