commit | 8bd2874a7ecd061ce75214ea83af22d06fd08aea | [log] [tgz] |
---|---|---|
author | Scott Wood <scottwood@freescale.com> | Tue Feb 26 13:00:50 2013 +0000 |
committer | Scott Wood <scottwood@freescale.com> | Wed May 22 16:11:53 2013 -0500 |
tree | 2eee6f529704ce8cc9088d0a059b1ecc1e27f699 | |
parent | 9f1bada9e98c50e7887733ee17cda314359e2917 [diff] |
nand/fsl_elbc: detect page size at runtime This avoids needing a separate U-Boot config when some revisions of a board have small-page NAND and other revisions have large-page NAND (except for NAND SPL targets). CONFIG_FSL_ELBC_FMR is removed -- it was never used nor documented, and it gets in the way of this change. Signed-off-by: Scott Wood <scottwood@freescale.com>