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 ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ U-Boot-Users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/u-boot-users
