mirror of
https://github.com/torvalds/linux.git
synced 2024-12-03 17:41:22 +00:00
eb85a355c3
We are still using custom SRAM code for some SoCs and are not marking
the PM code mapped to SRAM as read-only and executable after we're
done. With CONFIG_DEBUG_WX=y, we will get "Found insecure W+X mapping
at address" warning.
Let's fix this issue the same way as commit
|
||
---|---|---|
.. | ||
include/plat | ||
counter_32k.c | ||
debug-leds.c | ||
dma.c | ||
dmtimer.c | ||
Kconfig | ||
Makefile | ||
sram.c |