MLK-23675 configs: imx8: change CONFIG_IMX_VSERVICE_SHARED_BUFFER to 0x90400000
authorPeng Fan <peng.fan@nxp.com>
Wed, 25 Mar 2020 02:10:49 +0000 (10:10 +0800)
committerYe Li <ye.li@nxp.com>
Thu, 29 Apr 2021 10:25:56 +0000 (03:25 -0700)
commit1aa38118403015d8a8e6cfa6d319aad6cc0fe88a
tree1c2231416f0e621707d8ca95c1af584ed06dff4f
parent2e2691065e9d0eee7c35f9cc8bda734473f4d1e0
MLK-23675 configs: imx8: change CONFIG_IMX_VSERVICE_SHARED_BUFFER to 0x90400000

Change the buffer to use the real buffer, not vring space.
Because we are going to let M4 publish the resource table into vring
space for kernel usage. uboot will overwrite it, so use the real shared
buffer space 0x90400000

Script:
sed -i "s/CONFIG_IMX_VSERVICE_SHARED_BUFFER=0x90000000/CONFIG_IMX_VSERVICE_SHARED_BUFFER=0x90400000/" configs/*

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Reviewed-by: Ye Li <ye.li@nxp.com>
(cherry picked from commit a996d907282746a4feca5a5c03f7e5326d9c1bda)
(cherry picked from commit e6c873c5c61893aa6c9151921489d6dab5401907)
configs/imx8dx_mek_defconfig
configs/imx8dx_mek_fspi_defconfig
configs/imx8qxp_mek_defconfig
configs/imx8qxp_mek_fspi_defconfig