[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>

authored by Lennert Buytenhek and committed by Nicolas Pitre 27cd3ad2 3c96e5a4

-10
-10
include/asm-arm/arch-orion/uncompress.h
··· 27 { 28 } 29 30 - static void orion_early_putstr(const char *ptr) 31 - { 32 - char c; 33 - while ((c = *ptr++) != '\0') { 34 - if (c == '\n') 35 - putc('\r'); 36 - putc(c); 37 - } 38 - } 39 - 40 /* 41 * nothing to do 42 */
··· 27 { 28 } 29 30 /* 31 * nothing to do 32 */