[U-Boot-Users] Compiling u-boot for omap5912osk

I've downloaded u-boot 1.1.2 from sourceforge and configured it for omap5912osk. When I try a "make all" I get the following error:
.../cpu/arm926ejs/start.S:391: Error: undefined symbol CFG_GBL_DATA_SIZE used as an immediate value
A quick look implies that I need to have CONFIG_OMAP1610 defined somewhere, but I'm not sure where it should be.
Any help would be appreciated.
Thanks, Steve

In message w7br7h51pu.fsf@gidney.research.panasonic.com you wrote:
I've downloaded u-boot 1.1.2 from sourceforge and configured it for omap5912osk. When I try a "make all" I get the following error:
.../cpu/arm926ejs/start.S:391: Error: undefined symbol CFG_GBL_DATA_SIZE used as an immediate value
Works fine for me:
-> ./MAKEALL omap5912osk Configuring for omap5912osk board... flash.c:239:37: warning: unknown escape sequence '\I' flash.c:246:37: warning: unknown escape sequence '\M' text data bss dec hex filename 87203 3440 18384 109027 1a9e3 u-boot
[Just fixed those two warnings, too.]
Best regards,
Wolfgang Denk
participants (2)
-
Stephen Johnson
-
Wolfgang Denk