Commit a75ef6db authored by Ramesh Gupta's avatar Ramesh Gupta Committed by Hari Kanigeri

Fix a minor bug in proc module Fix a minor bug in proc module

Signed-off-by: default avatarRamesh Gupta G <grgupta@ti.com>
parent 31ea9594
......@@ -125,6 +125,7 @@ int proc4430_setup(struct proc4430_config *cfg)
proc4430_get_config(&tmp_cfg);
cfg = &tmp_cfg;
}
dmm_create();
dmm_create_tables(DUCATI_DMM_START_ADDR, DUCATI_DMM_POOL_SIZE);
if (cfg->gate_handle != NULL) {
proc4430_state.gate_handle = cfg->gate_handle;
......
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