mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-14 04:46:01 +01: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
@ -46,7 +46,6 @@ save_boot_params:
|
|||||||
* (CONFIG_SYS_TEXT_BASE).
|
* (CONFIG_SYS_TEXT_BASE).
|
||||||
*/
|
*/
|
||||||
|
|
||||||
copy_kernel_start:
|
|
||||||
/* r0 - start of kernel before */
|
/* r0 - start of kernel before */
|
||||||
adr r0, kernoffs /* r0 - current address of kernoffs section */
|
adr r0, kernoffs /* r0 - current address of kernoffs section */
|
||||||
ldr r1, kernoffs /* r1 - offset of kernel image from kernoffs section */
|
ldr r1, kernoffs /* r1 - offset of kernel image from kernoffs section */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user