diff options
author | Wolfgang Denk <wd@denx.de> | 2011-06-27 22:20:37 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-06-27 22:22:16 +0200 |
commit | 177f38609bf6e49ca5bb86da08739664b2bab044 (patch) | |
tree | d248db646b7222642b78dfbc35428c290bd708b0 /arch | |
parent | 181f565c2d78bd33483aff6fd71105e947c16baa (diff) | |
download | u-boot-imx-177f38609bf6e49ca5bb86da08739664b2bab044.zip u-boot-imx-177f38609bf6e49ca5bb86da08739664b2bab044.tar.gz u-boot-imx-177f38609bf6e49ca5bb86da08739664b2bab044.tar.bz2 |
Minor coding style fixes.
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/cpu/ixp/start.S | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/cpu/ixp/start.S b/arch/arm/cpu/ixp/start.S index faa9a8f..a975d42 100644 --- a/arch/arm/cpu/ixp/start.S +++ b/arch/arm/cpu/ixp/start.S @@ -551,8 +551,5 @@ reset_cpu: str r1, [r2] b reset_endless - reset_endless: - b reset_endless - |