summaryrefslogtreecommitdiffstats
path: root/board/xsengine
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2008-01-14 22:38:55 +0100
committerWolfgang Denk <wd@denx.de>2008-02-07 00:39:47 +0100
commitcd9cb62f9d8b78d6c3af5d1e9b5a3d68a3d73974 (patch)
treefb3c93025e8bb6925ce3ae835b24d7d7c0b5ee44 /board/xsengine
parent8dafa87476b0d7170e219c2f5e3842c833a91807 (diff)
downloadtalos-obmc-uboot-cd9cb62f9d8b78d6c3af5d1e9b5a3d68a3d73974.tar.gz
talos-obmc-uboot-cd9cb62f9d8b78d6c3af5d1e9b5a3d68a3d73974.zip
xsengine: rename board_post_init to board_late_init
missing migration from "Cleanup of some init functions" in c837dcb1a316745092567bfe4fb266d0941884ff Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'board/xsengine')
-rw-r--r--board/xsengine/xsengine.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/xsengine/xsengine.c b/board/xsengine/xsengine.c
index 23d56c43ac..65923e92c5 100644
--- a/board/xsengine/xsengine.c
+++ b/board/xsengine/xsengine.c
@@ -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");
OpenPOWER on IntegriCloud