hammerhead: enable all cpus (!426)

Previous cmdline is disabling cpu2,3 by default.

Fixes #282.

[ci:skip-build]: already built successfully in CI
This commit is contained in:
Shuhao Wu 2019-06-07 21:21:33 -04:00 committed by Oliver Smith
parent 7bc8d09013
commit f4b127356f
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
pkgname=device-lg-hammerhead
pkgver=2
pkgrel=3
pkgrel=4
pkgdesc="Google Nexus 5"
url="https://postmarketos.org"
arch="armv7"
@ -49,7 +49,7 @@ nonfree_firmware() {
mkdir "$subpkgdir"
}
sha512sums="f7c4f35d9a518ad3c6dd328a5b35999ca6fa81f22df8debe7e7f4b07ae50b32160b7d74046f9c159d4530abfb7eb783087d24f0f34074e82b874548cb4882f1d deviceinfo
sha512sums="cf2898ebffaa7d67bfde0fd29849bc635f979def1bfaa1efe0cb2e5bb50d3721574ab2a0211c0740b00e4ff92ca22b85b93cfa7a8a831da6048f44a1ee7d9e88 deviceinfo
4c22070223f39c419260a6817e5cc2b7881c095deeba031363a5634842dd175dd67eecace980849f0553de79110ef4e43a66143d71433805cd916c37fe7248e9 weston.ini
f86ef35730b89bcc8160c08db7a7fcd0970adf60c0b77af68bac397de49c0d1783e6b8db1762380c9bf874aff2d030c6f44ecb75c803d69e79ede11376409369 xorg.conf
d8ce60ea7acaabf627ddca2f0887a4cda46f313b7aaf7934bef2fef8a6e0798ccefab849e4571e4e3fcd06ae34c1a6efe3b58b401e2e443416f6200e6d4ea769 modules-load.conf

View file

@ -26,6 +26,6 @@ deviceinfo_flash_offset_kernel="0x00008000"
deviceinfo_flash_offset_ramdisk="0x2900000"
deviceinfo_flash_offset_second="0x00f00000"
deviceinfo_flash_offset_tags="0x02700000"
deviceinfo_kernel_cmdline="console=ttyMSM0,115200,n8 androidboot.hardware=hammerhead user_debug=31 maxcpus=2 msm_watchdog_v2.enable=1 cma=1024m msm.vram=778m g_mass_storage.removable=y"
deviceinfo_kernel_cmdline="console=ttyMSM0,115200,n8"
deviceinfo_flash_pagesize="2048"