imx6: Add coherent_pool=1M to boot options - fixes some dvb cards

This commit is contained in:
fritsch 2014-11-22 07:08:47 +01:00
parent 80686ecd2b
commit 2afc6cba66

View File

@ -1,3 +1,3 @@
zImage=/KERNEL
bootfile=/KERNEL
mmcargs=setenv bootargs 'boot=/dev/mmcblk0p1 disk=/dev/mmcblk0p2 quiet video=mxcfb0:dev=hdmi,1920x1080M@60,if=RGB24,bpp=32 dmfc=3'
mmcargs=setenv bootargs 'boot=/dev/mmcblk0p1 disk=/dev/mmcblk0p2 quiet video=mxcfb0:dev=hdmi,1920x1080M@60,if=RGB24,bpp=32 dmfc=3 coherent_pool=1M'