public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] frescale NAND FLASH problems
@ 2008-12-01 11:11 Carlos kescuin
  2008-12-02 19:37 ` Scott Wood
  0 siblings, 1 reply; 2+ messages in thread
From: Carlos kescuin @ 2008-12-01 11:11 UTC (permalink / raw)
  To: u-boot

Hi, everyone:

I'm working with u-boot 2008 version for a freescale M5329EVB. I've
configured the IDE and Compact flash modules but problems are with NANDFLASH

When i try to add #define NANDFLASH_SIZE    16 to my sistem and compile I
get this error:

nand.c: In function 'nand_hwcontrol':
nand.c:50: error: 'NAND_CTL_SETNCE' undeclared (first use in this function)
nand.c:50: error: (Each undeclared identifier is reported only once
nand.c:50: error: for each function it appears in.)
nand.c:51: error: 'NAND_CTL_CLRNCE' undeclared (first use in this function)
nand.c:53: error: 'NAND_CTL_SETCLE' undeclared (first use in this function)
nand.c:56: error: 'NAND_CTL_CLRCLE' undeclared (first use in this function)
nand.c:59: error: 'NAND_CTL_SETALE' undeclared (first use in this function)
nand.c:62: error: 'NAND_CTL_CLRALE' undeclared (first use in this function)
nand.c:65: error: 'NAND_CTL_SETWP' undeclared (first use in this function)
nand.c:68: error: 'NAND_CTL_CLRWP' undeclared (first use in this function)
nand.c: In function 'board_nand_init':
nand.c:106: error: 'struct nand_chip' has no member named 'eccmode'
nand.c:107: error: incompatible types in assignment
nand.c:109: error: 'struct nand_chip' has no member named 'write_byte'
make[1]: *** [nand.o] Error 1
make[1]: se sale del directorio
`/home/carlos/Escritorio/u-boot-ide-experimental/board/freescale/m5329evb'
make: *** [board/freescale/m5329evb/libm5329evb.a] Error 2


Has any body got a solution to get my NAND FLASH detected.

Thanks in advance

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-12-02 19:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-01 11:11 [U-Boot] frescale NAND FLASH problems Carlos kescuin
2008-12-02 19:37 ` Scott Wood

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox