mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-22 12:33:59 +08:00
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: Dejan Gacnik <dejan.gacnik@gmail.com> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
parent
4f80681927
commit
898f08e159
@ -1758,6 +1758,7 @@ source "mm/Kconfig"
|
|||||||
config FORCE_MAX_ZONEORDER
|
config FORCE_MAX_ZONEORDER
|
||||||
int "Maximum zone order" if ARCH_SHMOBILE
|
int "Maximum zone order" if ARCH_SHMOBILE
|
||||||
range 11 64 if ARCH_SHMOBILE
|
range 11 64 if ARCH_SHMOBILE
|
||||||
|
default "12" if SOC_AM33XX
|
||||||
default "9" if SA1111
|
default "9" if SA1111
|
||||||
default "11"
|
default "11"
|
||||||
help
|
help
|
||||||
|
Loading…
Reference in New Issue
Block a user