From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bartlomiej Sieka Date: Mon, 05 May 2008 19:33:56 +0200 Subject: [U-Boot-Users] U-boot-1.3.2-rc2 Error when Building with CONFIG_FIT and CONFIG_LOGBUFFER In-Reply-To: References: Message-ID: <481F4504.6040504@semihalf.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Grant Erickson wrote: > 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. Hello Grant, This seems to be a bug, we're looking into it and will get back with more details/fix in a day of two. Regards, Bartlomiej