Skip to content
Snippets Groups Projects
Commit 66372fe2 authored by Mingkai Hu's avatar Mingkai Hu Committed by Scott Wood
Browse files

fsl_elbc_nand: redirect the pointer of bbt pattern to RAM


The bbt descriptors contains the pointer to the bbt pattern which
are statically initialized memory struct. When relocated to RAM,
these pointers will continue point to NOR flash(or L2 SRAM, or
other boot device). If the contents of NOR flash changed or L2
SRAM disabled, it'll hang the system.

Signed-off-by: default avatarMingkai Hu <Mingkai.hu@freescale.com>
Signed-off-by: default avatarScott Wood <scottwood@freescale.com>
parent 1dac3a51
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment