]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
xsengine: rename board_post_init to board_late_init
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Mon, 14 Jan 2008 21:38:55 +0000 (22:38 +0100)
committerWolfgang Denk <wd@denx.de>
Wed, 6 Feb 2008 23:39:47 +0000 (00:39 +0100)
missing migration from "Cleanup of some init functions"
in c837dcb1a316745092567bfe4fb266d0941884ff

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
board/xsengine/xsengine.c
include/configs/xsengine.h

index 23d56c43ac90377fc5408dea25b07cb8ac253a7b..65923e92c591051ab1a5b65a9173a3f983128e27 100644 (file)
@@ -47,7 +47,7 @@ int board_init (void)
        return 0;
 }
 
-int board_post_init (void)
+int board_late_init (void)
 {
        setenv ("stdout", "serial");
        setenv ("stderr", "serial");
index 766617e075311b98986e463d7ddd49683d283b00..d167e0174e88dabdd10ddd8ffe12aa1af4179d65 100644 (file)
@@ -33,7 +33,7 @@
 #define CONFIG_XSENGINE                        1
 #define CONFIG_MMC                     1
 #define CONFIG_DOS_PARTITION           1
-#define BOARD_POST_INIT                        1
+#define OARD_LATE_INIT                 1
 #undef  CONFIG_USE_IRQ                                 /* we don't need IRQ/FIQ stuff */
 #define CFG_HZ                         3686400         /* incrementer freq: 3.6864 MHz */