Files
u-boot-tk1-som/drivers
Ben Warren d7fb9bcfb2 Fix compile warnings for const correctness
Commit 6e37b1a3a25004d3df5867de49fff6b3fc9c4f04 modifies several net calls
to take a (const char *) parameter instead of (char *), but in some cases
the modified functions call other functions taking (char *).  The end result
is warnings about discarding the const qualifier.

This patch fixes these other function signatures.

Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2010-08-09 11:52:30 -07:00
..
2009-09-04 21:54:52 +02:00
2010-07-15 22:48:46 +02:00
2010-08-04 00:45:36 +02:00
2009-09-04 21:54:04 +02:00
2009-07-29 09:57:43 +02:00
2010-08-09 11:52:29 -07:00
2010-06-23 23:24:20 +02:00
2010-07-15 22:48:46 +02:00