Skip to content

Commit

Permalink
rx51_defconfig: set CONFIG_FORCE_MAX_ZONEORDER=13 to allow contiguous
Browse files Browse the repository at this point in the history
memory allocations to up to 8MB

Without that omapfb reserved memory allocation does not work

Signed-off-by: Ivaylo Dimitrov <ivo.g.dimitrov.75@gmail.com>
  • Loading branch information
freemangordon committed Jun 28, 2016
1 parent 259f17b commit a068c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/configs/rx51_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ CONFIG_NEED_PER_CPU_KM=y
CONFIG_GENERIC_EARLY_IOREMAP=y
# CONFIG_IDLE_PAGE_TRACKING is not set
CONFIG_FRAME_VECTOR=y
CONFIG_FORCE_MAX_ZONEORDER=11
CONFIG_FORCE_MAX_ZONEORDER=13
CONFIG_ALIGNMENT_TRAP=y
# CONFIG_UACCESS_WITH_MEMCPY is not set
# CONFIG_SECCOMP is not set
Expand Down

0 comments on commit a068c20

Please sign in to comment.