diff options
author | Benoît Thébaudeau <benoit.thebaudeau@advansee.com> | 2013-04-11 09:35:47 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2013-04-12 07:55:06 +0200 |
commit | 9c5feab76fe15332193fe3f1ba183021fb84c203 (patch) | |
tree | 46f5640b5b91d18071d1e6c6da34f411cd5f62c0 /board/st | |
parent | 7086e91b0e9930139e703c8f9f857b52baf2bef4 (diff) | |
download | u-boot-imx-9c5feab76fe15332193fe3f1ba183021fb84c203.zip u-boot-imx-9c5feab76fe15332193fe3f1ba183021fb84c203.tar.gz u-boot-imx-9c5feab76fe15332193fe3f1ba183021fb84c203.tar.bz2 |
arm: crt0.S: Remove bogus .globl
The purpose of .globl is to export symbols for ld, not to declare external
symbols.
By the way, use the ENTRY() and ENDPROC() macros to define functions rather than
using .global directly.
Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com>
Diffstat (limited to 'board/st')
0 files changed, 0 insertions, 0 deletions