commit | 14998643a84627be2a2ba4301ffdbaf1ddef3097 | [log] [tgz] |
---|---|---|
author | Heiko Schocher <hs@denx.de> | Sat Oct 10 10:28:06 2020 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Oct 30 10:54:38 2020 -0400 |
tree | 92f83beb0717d90155c5e093a8f57e5f388edacb | |
parent | 704d21c4f473dc863119f06ea2f3f15a6dc39ba8 [diff] |
imx6: enable early spi environment access on aristainetos boards On aristianetos boards the display type is detected through "panel" environment variable. Dependend on the display type we detect the board type and this decides which DTB we have to use for the board. So we need early spi environment access. Signed-off-by: Heiko Schocher <hs@denx.de>