Merged in david_s5/nuttx-3/david_s5/imxrtocotp-fixed-call-to-undefined-funct-1551382999506 (pull request #833)

imxrt:ocotp Fixed call to undefined function.

Approved-by: Gregory Nutt <gnutt@nuttx.org>
This commit is contained in:
David Sidrane
2019-02-28 19:51:11 +00:00
committed by Gregory Nutt
parent ee676290b2
commit 9342aba0bc
+1 -1
View File
@@ -221,7 +221,7 @@ int imxrt_ocotp_reload()
if (ret == OK)
{
imxrt_ocotp_reset_errors();
imxrt_ocotp_setup_read_timing();
imxrt_ocotp_initialize();
putreg32(OCOTP_CTRL_RELOAD_SHADOWS, IMXRT_OCOTP_CTRL_SET);
ret = imxrt_ocotp_wait_for_completion(OCOTP_OPT_TIMEOUT_MS);