mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-23 16:31:31 +07:00
arm64: dts: qcom: sc7180: Move rmtfs memory region
[ Upstream commit d4282fb4f8f9683711ae6c076da16aa8e675fdbd ] Move rmtfs memory region so that it does not overlap with system RAM (kernel data) when KAsan is enabled. This puts rmtfs right after mba_mem which is not supposed to increase beyond 0x94600000 Reviewed-by: Sibi Sankar <sibis@codeaurora.org> Signed-off-by: Sujit Kautkar <sujitka@chromium.org> Link: https://lore.kernel.org/r/20210514113430.1.Ic2d032cd80424af229bb95e2c67dd4de1a70cb0c@changeid Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
a74d3bbe05
commit
8da771b552
@ -45,7 +45,7 @@ chosen {
|
||||
|
||||
/* Increase the size from 2MB to 8MB */
|
||||
&rmtfs_mem {
|
||||
reg = <0x0 0x84400000 0x0 0x800000>;
|
||||
reg = <0x0 0x94600000 0x0 0x800000>;
|
||||
};
|
||||
|
||||
/ {
|
||||
|
Loading…
Reference in New Issue
Block a user