commit | 66372fe2ab11cdeb0e841ad9eb6ba79769db4909 | [log] [tgz] |
---|---|---|
author | Mingkai Hu <Mingkai.hu@freescale.com> | Thu Jun 18 18:23:27 2009 +0800 |
committer | Scott Wood <scottwood@freescale.com> | Tue Jul 07 17:58:10 2009 -0500 |
tree | fdb926c7f28e761cdfc60d2952f5eaae949c4c83 | |
parent | 1dac3a51875967f32641bbc0d26dc382ef02330a [diff] |
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: Mingkai Hu <Mingkai.hu@freescale.com> Signed-off-by: Scott Wood <scottwood@freescale.com>