Commit 3ca17ec0 authored by Jorge Zapata's avatar Jorge Zapata

Increase the allocator order and fix a bug on the headers installed

When a kernel for a davinci board is built, increase the order of the
allocator to 13, i.e 2^12 max contiguous chunk size (16MB). Looks like it is
harmless. Also add the davincifb.h header file when the kernel headers are
installed.
parent a6cd9ae7
...@@ -508,8 +508,9 @@ source "arch/arm/common/Kconfig" ...@@ -508,8 +508,9 @@ source "arch/arm/common/Kconfig"
config FORCE_MAX_ZONEORDER config FORCE_MAX_ZONEORDER
int int
depends on SA1111 depends on SA1111 || ARCH_DAVINCI
default "9" default "9" if SA1111
default "13" if ARCH_DAVINCI
menu "Bus support" menu "Bus support"
......
unifdef-y += sisfb.h unifdef-y += sisfb.h davincifb.h
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment