From 9e1f91f349e0ca11cd8a13d180f9f9557daa3ef8 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Wed, 25 Jun 2014 16:55:21 +0300 Subject: linux-boundary: revert 1G/3G memory split configure Change in the linux-boundary defconfig caused video decode to break. Until imx-vpu gets fix for this, revert the memory split configure that broke it. Task-number: QTEE-675 Change-Id: I8dfc4d9540e23b0c02621605f6e23386d2f78d31 Reviewed-by: Kalle Viironen --- recipes/linux/linux-boundary_3.10.17.bbappend | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes/linux/linux-boundary_3.10.17.bbappend b/recipes/linux/linux-boundary_3.10.17.bbappend index dd9420e..ae59272 100644 --- a/recipes/linux/linux-boundary_3.10.17.bbappend +++ b/recipes/linux/linux-boundary_3.10.17.bbappend @@ -34,4 +34,7 @@ do_configure_prepend() { echo "CONFIG_USB_SERIAL_GENERIC=y" >> ${WORKDIR}/defconfig echo "CONFIG_USB_SERIAL_FTDI_SIO=m" >> ${WORKDIR}/defconfig echo "CONFIG_USB_SERIAL_PL2303=m" >> ${WORKDIR}/defconfig + + # fix imx-vpu break on video decoding + echo "CONFIG_VMSPLIT_2G=y" >> ${WORKDIR}/defconfig } -- cgit v1.2.3-54-g00ecf