[U-Boot] OMAP3 EVM board nand support missed

Testing the latest release (2009-08) I missed the NAND support (there is just ONENAND). Adding the line in config #define CONFIG_CMD_NAND /* NAND support */ cause a error in building uboot: ...drivers/mtd/nand/libnand.a(nand.o): In function `nand_init_chip': /opt/src/ub/u-boot-ti-git-2009-08/drivers/mtd/nand/nand.c:53: undefined reference to `board_nand_init' make: *** [u-boot] Fehler 1
Is this intentionally not supported anymore? What's to do to get nand support for my board?

-----Original Message----- From: u-boot-bounces@lists.denx.de [mailto:u-boot- bounces@lists.denx.de] On Behalf Of Arno Steffen Sent: Monday, January 18, 2010 5:19 PM To: u-boot@lists.denx.de Subject: [U-Boot] OMAP3 EVM board nand support missed
Testing the latest release (2009-08) I missed the NAND support (there is just ONENAND).
[Hiremath, Vaibhav] latest stable u-boot version is 2009-11.
Adding the line in config #define CONFIG_CMD_NAND /* NAND support */ cause a error in building uboot: ...drivers/mtd/nand/libnand.a(nand.o): In function `nand_init_chip': /opt/src/ub/u-boot-ti-git-2009-08/drivers/mtd/nand/nand.c:53: undefined reference to `board_nand_init' make: *** [u-boot] Fehler 1
[Hiremath, Vaibhav] There are some more definitions you must add to your header file to build NAND support. please refer to the patch,
http://www.mail-archive.com/u-boot@lists.denx.de/msg25521.html
Thanks, Vaibhav
Is this intentionally not supported anymore? What's to do to get nand support for my board? _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot
participants (2)
-
Arno Steffen
-
Hiremath, Vaibhav