u-boot-brain/cpu/mpc83xx/resetvec.S
Jon Loeliger de1d0a6995 Fix style issues primarily in 85xx and 83xx boards.
- C++ comments
    - Trailing white space
    - Indentation not by TAB
    - Excessive amount of empty lines
    - Trailing empty lines
2005-08-01 13:20:47 -05:00

7 lines
74 B
ArmAsm

.section .resetvec,"ax"
#ifndef FIXME
#if 0
b _start_e500
#endif
#endif