9
0
Fork 0

ARM: fix a wrong comment about relocate_to_adr

The relocated_to_adr does not clear the .bss section.
It is done by the setup_c routine.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Masahiro Yamada 2015-01-28 18:37:08 +09:00 committed by Sascha Hauer
parent f7ee0beb26
commit 5dc01bc942
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ ENDPROC(setup_c)
/*
* void relocate_to_adr(unsigned long targetadr)
*
* Copy binary to targetadr, relocate code, clear bss and continue
* Copy binary to targetadr, relocate code and continue
* executing at new address.
*/
.section .text.relocate_to_adr