> -----Original Message----- > From: Michael Walle [mailto:[email protected]] > Sent: 26 May 2012 05:57 > To: [email protected] > 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 . . . _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

