[U-Boot-Users] [PATCH 1/1] xsengine: rename board_post_init to board_late_init

Ladislav Michl ladis at linux-mips.org
Fri Feb 8 23:20:30 CET 2008


Dear Wolfgang,

On Thu, Feb 07, 2008 at 12:40:01AM +0100, Wolfgang Denk wrote:
> In message <1200346735-23062-2-git-send-email-plagnioj at jcrosoft.com> you wrote:
> > missing migration from "Cleanup of some init functions"
> > in c837dcb1a316745092567bfe4fb266d0941884ff
> > 
> > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com>
> 
> Applied. Thanks.

It seems you applied wrong version of patch (with typo). Correct one was
posted by Jean at 15 Jan 2008 00:06:36 +0100
Message-Id: <1200351996-25634-1-git-send-email-plagnioj at jcrosoft.com>

diff --git a/include/configs/xsengine.h b/include/configs/xsengine.h
index d167e01..635ec8b 100644
--- a/include/configs/xsengine.h
+++ b/include/configs/xsengine.h
@@ -33,7 +33,7 @@
 #define CONFIG_XSENGINE			1
 #define CONFIG_MMC			1
 #define CONFIG_DOS_PARTITION		1
-#define OARD_LATE_INIT			1
+#define BOARD_LATE_INIT			1
 #undef  CONFIG_USE_IRQ					/* we don't need IRQ/FIQ stuff */
 #define CFG_HZ				3686400		/* incrementer freq: 3.6864 MHz */

Best regards,
	ladis




More information about the U-Boot mailing list