diff options
author | Stafford Horne <shorne@gmail.com> | 2017-02-24 15:06:22 -0500 |
---|---|---|
committer | Stafford Horne <shorne@gmail.com> | 2017-02-24 15:08:46 -0500 |
commit | 0ccffdf5e114176c14cb4aea584f77794a734865 (patch) | |
tree | ebc757c5acc36a009beb737e91a6d7bf4becd94e /arch/openrisc | |
parent | da99f00ece82cb51ca5ead97008658e1dc49782b (diff) |
openrisc: head: Remove unused strings
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>
Diffstat (limited to 'arch/openrisc')
-rw-r--r-- | arch/openrisc/kernel/head.S | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/openrisc/kernel/head.S b/arch/openrisc/kernel/head.S index ceb2d536fc77..fe55156983e0 100644 --- a/arch/openrisc/kernel/head.S +++ b/arch/openrisc/kernel/head.S | |||
@@ -1531,12 +1531,6 @@ ENTRY(_early_uart_init) | |||
1531 | l.nop | 1531 | l.nop |
1532 | 1532 | ||
1533 | .section .rodata | 1533 | .section .rodata |
1534 | _string_copying_linux: | ||
1535 | .string "\n\n\n\n\n\rCopying Linux... \0" | ||
1536 | |||
1537 | _string_ok_booting: | ||
1538 | .string "Ok, booting the kernel.\n\r\0" | ||
1539 | |||
1540 | _string_unhandled_exception: | 1534 | _string_unhandled_exception: |
1541 | .string "\n\rRunarunaround: Unhandled exception 0x\0" | 1535 | .string "\n\rRunarunaround: Unhandled exception 0x\0" |
1542 | 1536 | ||
@@ -1546,11 +1540,6 @@ _string_epc_prefix: | |||
1546 | _string_nl: | 1540 | _string_nl: |
1547 | .string "\n\r\0" | 1541 | .string "\n\r\0" |
1548 | 1542 | ||
1549 | .global _string_esr_irq_bug | ||
1550 | _string_esr_irq_bug: | ||
1551 | .string "\n\rESR external interrupt bug, for details look into entry.S\n\r\0" | ||
1552 | |||
1553 | |||
1554 | 1543 | ||
1555 | /* ========================================[ page aligned structures ]=== */ | 1544 | /* ========================================[ page aligned structures ]=== */ |
1556 | 1545 | ||