Skip to content

Commit

Permalink
Nokia RX-51: Remove label copy_kernel_start from lowlevel_init.S
Browse files Browse the repository at this point in the history
Label copy_kernel_start is now unused. Remove it.

Signed-off-by: Pali Rohár <[email protected]>
  • Loading branch information
pali authored and trini committed Sep 15, 2022
1 parent 29e1044 commit 0b6924c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion board/nokia/rx51/lowlevel_init.S
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ save_boot_params:
* (CONFIG_SYS_TEXT_BASE).
*/

copy_kernel_start:
/* r0 - start of kernel before */
adr r0, kernoffs /* r0 - current address of kernoffs section */
ldr r1, kernoffs /* r1 - offset of kernel image from kernoffs section */
Expand Down

0 comments on commit 0b6924c

Please sign in to comment.