Skip to content

Commit

Permalink
write 1651 magic to SDR_DPCR reg, to enable the dram pad,
Browse files Browse the repository at this point in the history
now super standby ok.
  • Loading branch information
zhengjiewen authored and zhengjiewen committed Mar 2, 2013
1 parent fc79f6d commit 8bcc7de
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boot0/drv/init_dram/dram_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ __s32 DRAMC_init(__dram_para_t *para)
mctl_write_w(SDR_ZQCR0, reg_val);

//dram pad hold off
mctl_write_w(SDR_DPCR, 0x0);
mctl_write_w(SDR_DPCR, 0x16510000);
}

//scan read pipe value
Expand Down
Binary file modified workspace/egon/boot0_nand.bin
Binary file not shown.

0 comments on commit 8bcc7de

Please sign in to comment.