From 273c37d843d5b581090378016cd12dd9c586907b Mon Sep 17 00:00:00 2001 From: Marian Balakowicz Date: Wed, 7 May 2008 09:03:53 +0200 Subject: 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 --- common/image.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'common/image.c') diff --git a/common/image.c b/common/image.c index 051d298..f4070fb 100644 --- a/common/image.c +++ b/common/image.c @@ -36,10 +36,6 @@ #include #endif -#ifdef CONFIG_LOGBUFFER -#include -#endif - #if defined(CONFIG_TIMESTAMP) || defined(CONFIG_CMD_DATE) #include #endif -- cgit v1.1