projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29e1044
)
Nokia RX-51: Remove label copy_kernel_start from lowlevel_init.S
author
Pali Rohár
<pali@kernel.org>
Sun, 4 Sep 2022 01:28:58 +0000
(
03:28
+0200)
committer
Tom Rini
<trini@konsulko.com>
Thu, 15 Sep 2022 20:10:59 +0000
(16:10 -0400)
Label copy_kernel_start is now unused. Remove it.
Signed-off-by: Pali Rohár <pali@kernel.org>
board/nokia/rx51/lowlevel_init.S
patch
|
blob
|
history
diff --git
a/board/nokia/rx51/lowlevel_init.S
b/board/nokia/rx51/lowlevel_init.S
index
c1785bc
..
53697fd
100644
(file)
--- a/
board/nokia/rx51/lowlevel_init.S
+++ b/
board/nokia/rx51/lowlevel_init.S
@@
-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 */