
6 Jul
2007
6 Jul
'07
4:33 p.m.
Philip Balister a écrit :
Patrice Vilchez wrote:
Philip
Are you compiling a file with a 64 bits division ? I my case it was driver/nand/nand_utils.c enabled by adding
"CFG_CMD_NAND" to CONFIG_COMMANDS.
Yes, I have CFM_CMD_NAND set. I can build u-boot for the omap5912osk with the same compiler fine.
Philip
But have you set CFG_NAND_LEGACY flag ? It disables the nand_utils.c compilation and then avoid 64 bits division.
from driver/nand/nand_utils.c #if (CONFIG_COMMANDS & CFG_CMD_NAND) && !defined(CFG_NAND_LEGACY)
I do not see any CFG_CMD_NAND into include/configs/omap5912osk.h file.
Patrice.