summaryrefslogtreecommitdiffstats
path: root/board/Seagate/dockstar
diff options
context:
space:
mode:
authorValentin Longchamp <valentin.longchamp@keymile.com>2012-06-01 01:31:00 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2012-07-07 14:07:31 +0200
commit846836386fbd24362559fbdf9e2f89c6786887d5 (patch)
tree8a6ac1b9c498063fcbe8ffae0361e6cb679b2546 /board/Seagate/dockstar
parent8f5d7a03986ac357f95c1131074e2abaa9e3fd22 (diff)
downloadblackbird-obmc-uboot-846836386fbd24362559fbdf9e2f89c6786887d5.tar.gz
blackbird-obmc-uboot-846836386fbd24362559fbdf9e2f89c6786887d5.zip
kirkwood: fix calls to kirkwood_mpp_conf
With the new second save argument introduced by the previous patch, all the calls to the function had to be fixed. Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com> cc: Holger Brunck <holger.brunck@keymile.com> cc: Prafulla Wadaskar <prafulla@marvell.com>
Diffstat (limited to 'board/Seagate/dockstar')
-rw-r--r--board/Seagate/dockstar/dockstar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/Seagate/dockstar/dockstar.c b/board/Seagate/dockstar/dockstar.c
index 38473e5808..fc88520b2d 100644
--- a/board/Seagate/dockstar/dockstar.c
+++ b/board/Seagate/dockstar/dockstar.c
@@ -100,7 +100,7 @@ int board_early_init_f(void)
MPP49_GPIO,
0
};
- kirkwood_mpp_conf(kwmpp_config);
+ kirkwood_mpp_conf(kwmpp_config, NULL);
return 0;
}
OpenPOWER on IntegriCloud