[U-Boot-Users] U-boot-1.3.2-rc2 Error when Building with CONFIG_FIT and CONFIG_LOGBUFFER
Grant Erickson
gerickson at nuovations.com
Fri May 2 22:53:23 CEST 2008
I am attempting to use CONFIG_FIT in u-boot-1.3.3-rc2 on the AMCC Kilauea
board and, when used in conjunction with CONFIG_LOGBUFFER get the following
compilation errors in common/cmd_bootm.c:
cmd_bootm.c: In function 'fit_check_kernel':
cmd_bootm.c:438: error: 'kbd' undeclared (first use in this function)
cmd_bootm.c:438: error: (Each undeclared identifier is reported only once
cmd_bootm.c:438: error: for each function it appears in.)
cmd_bootm.c:440: error: 'initrd_high' undeclared (first use in this
function)
cmd_bootm.c:440: error: 'LOGBUFF_LEN' undeclared (first use in this
function)
cmd_bootm.c:440: error: 'LOGBUFF_OVERHEAD' undeclared (first use in this
function)
Are these known/expected errors? Looking at the source, it seems like this
got patched into the wrong place or is missing part of the patch.
Regards,
Grant Erickson
More information about the U-Boot
mailing list