[U-Boot] OMAP3 EVM board (no NAND support, does not compile)

Arno Steffen arno.steffen at googlemail.com
Tue Mar 23 12:56:30 CET 2010


I just checked the 2010-03 rc2.
Unfortunatly no NAND support in config file.
I added

#define CONFIG_CMD_NAND		/* NAND support		*/

#define CONFIG_ENV_IS_IN_NAND          1

but get some errors:

lib_arm/libarm.a(board.o): In function `init_func_i2c':
/opt/src/ub/uboot2010-03-rc2/u-boot/lib_arm/board.c:195: undefined
reference to `i2c_init'
lib_arm/libarm.a(board.o): In function `start_armboot':
/opt/src/ub/uboot2010-03-rc2/u-boot/lib_arm/board.c:338: undefined
reference to `nand_init'
/opt/src/ub/uboot2010-03-rc2/u-boot/lib_arm/board.c:414: undefined
reference to `copy_filename'
/opt/src/ub/uboot2010-03-rc2/u-boot/lib_arm/board.c:434: undefined
reference to `eth_initialize'
/opt/src/ub/uboot2010-03-rc2/u-boot/lib_arm/board.c:442: undefined
reference to `BootFile'
...
/opt/src/ub/uboot2010-03-rc2/u-boot/common/stdio.c:252: undefined
reference to `serial_tstc'
board/ti/evm/libevm.a(evm.o): In function `board_eth_init':
/opt/src/ub/uboot2010-03-rc2/u-boot/board/ti/evm/evm.c:130: undefined
reference to `smc911x_initialize'
board/ti/evm/libevm.a(evm.o): In function `misc_init_r':
/opt/src/ub/uboot2010-03-rc2/u-boot/board/ti/evm/evm.c:65: undefined
reference to `i2c_init'
make: *** [u-boot] Fehler 1
[user at localhost u-boot]$


More information about the U-Boot mailing list