mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
[PATCH] core/linux-odroid: ODROID-X defconfig has a incorrect CMA Size that may cause a oops on certain operations that relays on it
This commit is contained in:
parent
5acfa1f967
commit
5afb162288
2 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@ pkgname=('linux-odroid-x' 'linux-odroid-x2' 'linux-odroid-u2' 'linux-headers-odr
|
|||
_kernelname=${pkgname#linux}
|
||||
_basekernel=3.8
|
||||
pkgver=${_basekernel}.13.3
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
arch=('armv7h')
|
||||
url="http://github.com/hardkernel/linux/"
|
||||
license=('GPL2')
|
||||
|
@ -20,7 +20,7 @@ source=("https://github.com/hardkernel/linux/archive/${_commit}.tar.gz"
|
|||
'config_x2'
|
||||
'config_u2')
|
||||
md5sums=('9ccf08436d3ac894a4c5f14574d30f82'
|
||||
'323ba93f93cc412ee26aa837c4cfaadd'
|
||||
'80077ebd8d9100c46c8922310be849aa'
|
||||
'1d7da6553f7ef62dc93447b98b7e48ba'
|
||||
'4b60f987593f110cccc6342bed37d32c')
|
||||
|
||||
|
|
|
@ -1166,7 +1166,7 @@ CONFIG_CMA=y
|
|||
#
|
||||
# Default contiguous memory area size:
|
||||
#
|
||||
CONFIG_CMA_SIZE_MBYTES=32
|
||||
CONFIG_CMA_SIZE_MBYTES=16
|
||||
CONFIG_CMA_SIZE_SEL_MBYTES=y
|
||||
# CONFIG_CMA_SIZE_SEL_PERCENTAGE is not set
|
||||
# CONFIG_CMA_SIZE_SEL_MIN is not set
|
||||
|
|
Loading…
Reference in a new issue