[ARM] use asm/sections.h
Update to use the asm/sections.h header rather than declaring these symbols ourselves. Change __data_start to _data to conform with the naming found within asm/sections.h. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
committed by
Russell King
parent
112243034c
commit
37efe6427d
@@ -119,7 +119,7 @@ SECTIONS
|
||||
#endif
|
||||
|
||||
.data : AT(__data_loc) {
|
||||
__data_start = .; /* address in memory */
|
||||
_data = .; /* address in memory */
|
||||
|
||||
/*
|
||||
* first, the init task union, aligned
|
||||
|
Reference in New Issue
Block a user