Commit 1414cfbe authored by Ramesh Gupta's avatar Ramesh Gupta Committed by Hari Kanigeri

SYSLINK Ducati reduce the DMM pool size

This patch reduces the DMM pool size to
4MB
Signed-off-by: default avatarRamesh Gupta G <grgupta@ti.com>
parent c4d59b86
......@@ -89,7 +89,7 @@
#define DUCATI_SHARED_IPC_LEN 0x100000
#define DUCATI_SW_DMM_ADDR 0x80000000
#define DUCATI_SW_DMM_LEN 0x2C00000
#define DUCATI_SW_DMM_LEN 0x400000
/* Types of mapping attributes */
......
......@@ -73,7 +73,7 @@
* during the make menuconfig.
*
*/
#define DUCATI_BASEIMAGE_PHYSICAL_ADDRESS 0x84A00000
#define DUCATI_BASEIMAGE_PHYSICAL_ADDRESS 0x86800000
#define phys_to_page(phys) pfn_to_page((phys) >> PAGE_SHIFT)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment