mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
Nokia RX-51: Remove label copy_kernel_start from lowlevel_init.S
Label copy_kernel_start is now unused. Remove it. Signed-off-by: Pali Rohár <pali@kernel.org>
This commit is contained in:
parent
29e1044741
commit
0b6924cc0f
1 changed files with 0 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue