Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removing delays, should be fine now
  • Loading branch information
jad13041 committed Feb 12, 2020
1 parent edf3766 commit d400063
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/ddr/fsl/util.c
Expand Up @@ -119,12 +119,8 @@ __fsl_ddr_set_lawbar(const common_timing_params_t *memctl_common_params,
unsigned int law_memctl,
unsigned int ctrl_num)
{
printf("lawbar 1\n");
mdelay(2000);
unsigned long long base = memctl_common_params->base_address;
unsigned long long size = memctl_common_params->total_mem;
printf("lawbar 2\n");
mdelay(2000);
/*
* If no DIMMs on this controller, do not proceed any further.
*/
Expand Down

0 comments on commit d400063

Please sign in to comment.