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/arm/cpu/ixp/start.S | |
| parent | 181f565c2d78bd33483aff6fd71105e947c16baa (diff) | |
| download | olio-uboot-2014.01-177f38609bf6e49ca5bb86da08739664b2bab044.tar.xz olio-uboot-2014.01-177f38609bf6e49ca5bb86da08739664b2bab044.zip | |
Minor coding style fixes.
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'arch/arm/cpu/ixp/start.S')
| -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 faa9a8ff9..a975d42a2 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 - |