commit | 9a149bc440846c84f5394215287427d1df48bcbf | [log] [tgz] |
---|---|---|
author | Anson Huang <b20788@freescale.com> | Thu Jan 23 14:00:19 2014 +0800 |
committer | Stefano Babic <sbabic@denx.de> | Tue Feb 11 11:24:01 2014 +0100 |
tree | 4b5e3531492ecb608351a1e109373bfa10fd6151 | |
parent | 05a464f6567115e66dfe0ff2e1ae39053563239e [diff] |
imx6: make sure MMDC_CHx_MASK is clear to avoid warm reset failure Boot ROM may mask MMDC_CHx_MASK in CCM_CCDR(such as i.MX6SL TO1.2), it will cause warm reset fail, need to clear this MMDC_CHx_MASK field to make sure all the i.MX6 series SOCs reset function work. Otherwise, uboot "reset" command will fail, tested on i.MX6SL EVK board with TO1.2. Signed-off-by: Anson Huang <b20788@freescale.com>