ARM: dts: msm: Disable 'no-map-fixup' for modem carveout
CONFIG_ENABLE_VMALLOC_SAVING has been enabled by default
for targets supporting 32bit, to extend vmalloc space
to carveouts.
CONFIG_ENABLE_VMALLOC_SAVING and 'no-map-fixup' are not
effective together as 'no-map-fixup' performs a delayed
carveout while vmalloc saving feature coming up early
assumes it to be logical mapped region, thus not being
able to reuse corresponding address space for vmalloc.
Disable 'no-map-fixup' for all relevant targets.
Change-Id: Ib30b9b79d43207176a597a6c65f882da171eebb5
Signed-off-by:
Shiraz Hashim <shashim@codeaurora.org>
Loading
Please register or sign in to comment