mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +00:00
Merge pull request #3784 from fritsch/coherent
IMX: Revisit coherent_pool
This commit is contained in:
commit
b7721d1136
@ -1,3 +1,3 @@
|
|||||||
zImage=/KERNEL
|
zImage=/KERNEL
|
||||||
bootfile=/KERNEL
|
bootfile=/KERNEL
|
||||||
mmcargs=setenv bootargs 'boot=/dev/mmcblk0p1 disk=/dev/mmcblk0p2 quiet video=mxcfb0:dev=hdmi,1920x1080M@60,if=RGB24,bpp=16 dmfc=3'
|
mmcargs=setenv bootargs 'boot=/dev/mmcblk0p1 disk=/dev/mmcblk0p2 quiet video=mxcfb0:dev=hdmi,1920x1080M@60,if=RGB24,bpp=16 dmfc=3 coherent_pool=2M'
|
||||||
|
@ -524,7 +524,7 @@ CONFIG_ATAGS=y
|
|||||||
CONFIG_ZBOOT_ROM_TEXT=0
|
CONFIG_ZBOOT_ROM_TEXT=0
|
||||||
CONFIG_ZBOOT_ROM_BSS=0
|
CONFIG_ZBOOT_ROM_BSS=0
|
||||||
# CONFIG_ARM_APPENDED_DTB is not set
|
# CONFIG_ARM_APPENDED_DTB is not set
|
||||||
CONFIG_CMDLINE="root=/dev/ram0 rdinit=/init noram usbcore.autosuspend=-1 coherent_pool=1M"
|
CONFIG_CMDLINE="root=/dev/ram0 rdinit=/init noram usbcore.autosuspend=-1"
|
||||||
# CONFIG_CMDLINE_FROM_BOOTLOADER is not set
|
# CONFIG_CMDLINE_FROM_BOOTLOADER is not set
|
||||||
CONFIG_CMDLINE_EXTEND=y
|
CONFIG_CMDLINE_EXTEND=y
|
||||||
# CONFIG_CMDLINE_FORCE is not set
|
# CONFIG_CMDLINE_FORCE is not set
|
||||||
|
Loading…
x
Reference in New Issue
Block a user