[ARM] Orion: kill orion_early_putstr()
Kill orion_early_putstr(), as it isn't used anywhere. Signed-off-by: Lennert Buytenhek <buytenh@marvell.com> Signed-off-by: Nicolas Pitre <nico@marvell.com>
This commit is contained in:
parent
3c96e5a440
commit
27cd3ad231
1 changed files with 0 additions and 10 deletions
|
@ -27,16 +27,6 @@ static void flush(void)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
static void orion_early_putstr(const char *ptr)
|
|
||||||
{
|
|
||||||
char c;
|
|
||||||
while ((c = *ptr++) != '\0') {
|
|
||||||
if (c == '\n')
|
|
||||||
putc('\r');
|
|
||||||
putc(c);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* nothing to do
|
* nothing to do
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue