Commit 5012e4bf authored by Suman Anna's avatar Suman Anna Committed by Hari Kanigeri

SYSLINK: procmgr - correct static physical memory address

This patch adjusts the static physical memory address for
using 114M boot args. The previous physical address is incorrect
resulting in random kernel panics when the OMAP4 M3 is used. This
patch requires the corresponding changes in the user-side
procmgr_app.ko and the loader.
Signed-off-by: default avatarSuman Anna <s-anna@ti.com>
parent 846827de
......@@ -73,7 +73,7 @@
* during the make menuconfig.
*
*/
#define DUCATI_BASEIMAGE_PHYSICAL_ADDRESS 0x86800000
#define DUCATI_BASEIMAGE_PHYSICAL_ADDRESS 0x87200000
#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