commit | afc69a9977d0c91ce273c17d483efd3aaa2d0c4c | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@st.com> | Fri Apr 10 16:02:02 2020 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri May 01 11:34:01 2020 -0400 |
tree | ccab976640c82f0530290fcdbfde1807055be034 | |
parent | 3a6e18d569451663b3d20c1a49087d6f3aca7947 [diff] |
configs: migrate CONFIG_SYS_ARM_CACHE_* in Kconfig Move CONFIG_SYS_ARM_CACHE_WRITETHROUGH and CONFIG_SYS_ARM_CACHE_WRITEALLOC into Kconfig done by moveconfig.py. Kconfig uses a choice between the 3 values supported in U-Boot, including the new configuration CONFIG_SYS_ARM_CACHE_WRITEBACK (the default configuration). The patch also avoids to select simultaneously 2 configurations. Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>