]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
openrisc: head: Remove unused strings
authorStafford Horne <shorne@gmail.com>
Fri, 24 Feb 2017 20:06:22 +0000 (05:06 +0900)
committerStafford Horne <shorne@gmail.com>
Fri, 24 Feb 2017 20:08:46 +0000 (05:08 +0900)
These string definitions are no longer used removed them.  Noticed this
while working on a CONFIG_DEBUG_INFO build issue.

Signed-off-by: Stafford Horne <shorne@gmail.com>
arch/openrisc/kernel/head.S

index ceb2d536fc77fa030a9914af712f8ebeb57c63f1..fe55156983e00f4c5605ab7aaaa967f18aa89584 100644 (file)
@@ -1531,12 +1531,6 @@ ENTRY(_early_uart_init)
        l.nop
 
        .section .rodata
-_string_copying_linux:
-       .string "\n\n\n\n\n\rCopying Linux... \0"
-
-_string_ok_booting:
-       .string "Ok, booting the kernel.\n\r\0"
-
 _string_unhandled_exception:
        .string "\n\rRunarunaround: Unhandled exception 0x\0"
 
@@ -1546,11 +1540,6 @@ _string_epc_prefix:
 _string_nl:
        .string "\n\r\0"
 
-       .global _string_esr_irq_bug
-_string_esr_irq_bug:
-       .string "\n\rESR external interrupt bug, for details look into entry.S\n\r\0"
-
-
 
 /* ========================================[ page aligned structures ]=== */