
28 May
2012
28 May
'12
11:48 a.m.
-----Original Message----- From: Michael Walle [mailto:michael@walle.cc] Sent: 26 May 2012 05:57 To: u-boot@lists.denx.de Cc: Mike Frysinger; Michael Walle; Prafulla Wadaskar; Simon Guinot; Jason Cooper; Siddarth Gore; Eric Cooper; Stefan Herbrechtsmeier; Valentin Longchamp Subject: [PATCH] Kirkwood: declare mpp config static and const
Change the prototype of kirkwood_mpp_conf() from void kirkwood_mpp_conf(u32 *mpp_list) to void kirkwood_mpp_conf(const u32 *mpp_list)
There are few patches being discussed that may affect if the const is declared for this function.
Ref: http://lists.denx.de/pipermail/u-boot/2012-May/124516.html http://patchwork.ozlabs.org/patch/159582/
Regards.. Prafulla . . .