]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Fix build errors when CONFIG_LOGBUFFER and CONFIG_FIT are enabled
authorMarian Balakowicz <m8@semihalf.com>
Wed, 7 May 2008 07:03:53 +0000 (09:03 +0200)
committerWolfgang Denk <wd@denx.de>
Fri, 9 May 2008 22:11:25 +0000 (00:11 +0200)
commit273c37d843d5b581090378016cd12dd9c586907b
treed51af0894e661ad80729e41bb8905dbb7cf8b937
parentbc11756daff89a3de09ca80adac962b88cf06e6e
Fix build errors when CONFIG_LOGBUFFER and CONFIG_FIT are enabled

Recent modifcations to LOGBUFFER handling code were incorrecly
introduced to fit_check_kernel() routine during
"Merge branch 'new-image' of git://www.denx.de/git/u-boot-testing",
commit 27f33e9f45ef7f9685cbdc65066a1828e85dde4f.

This patch cleans up this merge issue.

Signed-off-by: Marian Balakowicz <m8@semihalf.com>
common/cmd_bootm.c
common/image.c