commit | dfd19ea2511e3ac42632e174dba7ac42476c0958 | [log] [tgz] |
---|---|---|
author | Ben Gardiner <bengardiner@nanometrics.ca> | Thu Oct 14 17:26:17 2010 -0400 |
committer | Wolfgang Denk <wd@denx.de> | Sun Oct 17 20:14:43 2010 +0200 |
tree | 0592320741ad5e7c92282eb4d4bb907b01c98e55 | |
parent | 3c1e54af46fce41dc29d5927b6e083d5601c2417 [diff] |
davinci_nand, trivial : use symbolic ECC start command The ECC calculations were started by writing 1 << 13 to the nand FCR register; that value is also defined as DAVINCI_NANDFCR_4BIT_CALC_START in emif_defs.h. This patch substitutes the macro DAVINCI_NANDFCR_4BIT_CALC_START for the magic number '1 << 13'. Signed-off-by: Ben Gardiner <bengardiner@nanometrics.ca> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>