linker: allow tagging variables with __nocache_noinit
Allow tagging variables with __nocach_noinit. With CONFIG_NOCACHE_MEMORY=y, this will resolve to __nocache, which implies __noinit. With CONFIG_NOCACHE_MEMORY=n, this simply resolves to __noinit. Signed-off-by:Henrik Brix Andersen <hebad@vestas.com> (cherry picked from commit afe1ca68)
Loading
Please sign in to comment