Snap for 9185739 from f5ed634ec7
to udc-release
Change-Id: I0f382605b04084a68aabedf75f4bc737b8c682ac
This commit is contained in:
commit
70f64e235a
2 changed files with 21 additions and 0 deletions
|
@ -13,6 +13,17 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
#
|
||||
|
||||
# Enable load module in parallel
|
||||
BOARD_BOOTCONFIG += androidboot.load_modules_parallel=true
|
||||
|
||||
# The modules which need to be loaded in sequential
|
||||
BOARD_KERNEL_CMDLINE += vh_sched.load_sequential=1
|
||||
BOARD_KERNEL_CMDLINE += exynos_mfc.load_sequential=1
|
||||
BOARD_KERNEL_CMDLINE += exynos_drm.load_sequential=1
|
||||
BOARD_KERNEL_CMDLINE += pcie-exynos-core.load_sequential=1
|
||||
BOARD_KERNEL_CMDLINE += g2d.load_sequential=1
|
||||
|
||||
ifdef AUTOMOTIVE_PRODUCT_PATH
|
||||
#RBC# include_top device/google/auto_tcu
|
||||
#RBC# include_top device/google/pixel_tcu
|
||||
|
|
|
@ -14,6 +14,16 @@
|
|||
# limitations under the License.
|
||||
#
|
||||
|
||||
# Enable load module in parallel
|
||||
BOARD_BOOTCONFIG += androidboot.load_modules_parallel=true
|
||||
|
||||
# The modules which need to be loaded in sequential
|
||||
BOARD_KERNEL_CMDLINE += vh_sched.load_sequential=1
|
||||
BOARD_KERNEL_CMDLINE += exynos_mfc.load_sequential=1
|
||||
BOARD_KERNEL_CMDLINE += exynos_drm.load_sequential=1
|
||||
BOARD_KERNEL_CMDLINE += pcie-exynos-core.load_sequential=1
|
||||
BOARD_KERNEL_CMDLINE += g2d.load_sequential=1
|
||||
|
||||
ifdef AUTOMOTIVE_PRODUCT_PATH
|
||||
#RBC# include_top device/google/auto_tcu
|
||||
#RBC# include_top device/google/pixel_tcu
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue