Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 898f08e1 authored by Yegor Yefremov's avatar Yegor Yefremov Committed by Tony Lindgren
Browse files

arm: increase FORCE_MAX_ZONEORDER for TI AM33XX



FORCE_MAX_ZONEORDER of 12 is needed to allocation more than 4MB
of consistent DMA memory (da8xx frame buffer driver).

Signed-off-by: default avatarDejan Gacnik <dejan.gacnik@gmail.com>
Signed-off-by: default avatarYegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 4f806819
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1758,6 +1758,7 @@ source "mm/Kconfig"
config FORCE_MAX_ZONEORDER
	int "Maximum zone order" if ARCH_SHMOBILE
	range 11 64 if ARCH_SHMOBILE
	default "12" if SOC_AM33XX
	default "9" if SA1111
	default "11"
	help