BoardConfig: enable cma_sysfs

Bug: 179256052
Test: confirmed /sys/kernel/mm/cma/reserved/alloc_pages_success works
Signed-off-by: Minchan Kim <minchan@google.com>
Change-Id: Ib24f1ecabdc199bf9e8a2c0ac7dba778a40c1cf9
This commit is contained in:
Minchan Kim 2021-03-29 13:18:03 -07:00
parent f696927cbb
commit 3623b5745f

View file

@ -44,6 +44,7 @@ endif
BOARD_KERNEL_CMDLINE += dyndbg=\"func alloc_contig_dump_pages +p\"
BOARD_KERNEL_CMDLINE += earlycon=exynos4210,0x10A00000 console=ttySAC0,115200 androidboot.console=ttySAC0 printk.devkmsg=on
BOARD_BOOTCONFIG += androidboot.boot_devices=14700000.ufs
BOARD_KERNEL_CMDLINE += cma_sysfs.experimental=Y
TARGET_NO_BOOTLOADER := true
TARGET_NO_KERNEL := false