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>
This commit is contained in:
Valentin Longchamp
2012-06-01 01:31:00 +00:00
committed by Albert ARIBAUD
parent 8f5d7a0398
commit 846836386f
13 changed files with 15 additions and 15 deletions

View File

@@ -66,7 +66,7 @@ int board_early_init_f(void)
MPP29_GPIO, /* USB Copy button */
0
};
kirkwood_mpp_conf(kwmpp_config);
kirkwood_mpp_conf(kwmpp_config, NULL);
return 0;
}