commit | 5c95efb821406928e0a174e04458e2ee8a79df76 | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@st.com> | Wed Feb 27 15:20:34 2019 +0100 |
committer | Tom Rini <trini@konsulko.com> | Mon Mar 25 17:35:52 2019 -0400 |
tree | 86bc90ed063ca6a0bf5baa9b58940fe7e93fc506 | |
parent | 3edd13e75ac136b80191a43dce41b3e6958ffc91 [diff] |
exynos: replace CONFIG_ENV_SPI_BASE by CONFIG_SYS_SPI_BASE Replace CONFIG_ENV_SPI_BASE by the better CONFIG_SYS_SPI_BASE (it is not the location for environment but the location for U-Boot) and, as it is the only platform with use this define, remove it from whitelist. Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>