
On Mon, Jan 25, 2010 at 11:12:53PM -0700, John Rigby wrote:
MX25 has a different version of the fsl_nfc flash controller known as version 1.1.
Add support to the nand_spl fsl_nfc driver keyed off CONFIG_NAND_NFC_V1_1.
Also add a define CONFIG_NAND_NFC_V1 to the only existing user configs/mx31pdk.h.
Versioning differs from mainline mxc kernel driver no consensus yet on if the naming here and in Redboot or the kernel is "correct".
Signed-off-by: John Rigby jcrigby@gmail.com Signed-off-by: Wolfgang Denk wd@denx.de CC: Scott Wood scottwood@freescale.com
$ CROSS_COMPILE=arm-linux- ./MAKEALL mx31pdk_nand Configuring for mx31pdk board... In file included from /home/scott/git/u-boot/nand/nand_spl/nand_boot_fsl_nfc.c:35: /home/scott/git/u-boot/nand/include/fsl_nfc.h:56:2: error: #error "define CONFIG_NAND_MXC_VXXX to use the mxc spl_nand driver"
-Scott