diff options
author | Wolfgang Denk <wd@denx.de> | 2007-06-22 23:59:00 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-06-22 23:59:00 +0200 |
commit | 1636d1c8529c006d106287cfbc20cd0a246fe1cb (patch) | |
tree | cd39e784361c2bcef43cfc38d39b1670ce22d539 /cpu/mpc8260 | |
parent | 2dc64451b4c08ffd619372abfdc2506a2e2363b9 (diff) | |
download | u-boot-imx-1636d1c8529c006d106287cfbc20cd0a246fe1cb.zip u-boot-imx-1636d1c8529c006d106287cfbc20cd0a246fe1cb.tar.gz u-boot-imx-1636d1c8529c006d106287cfbc20cd0a246fe1cb.tar.bz2 |
Coding stylke cleanup; rebuild CHANGELOG
Diffstat (limited to 'cpu/mpc8260')
-rw-r--r-- | cpu/mpc8260/start.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpu/mpc8260/start.S b/cpu/mpc8260/start.S index bc55b58..7f5dc81 100644 --- a/cpu/mpc8260/start.S +++ b/cpu/mpc8260/start.S @@ -676,13 +676,13 @@ init_debug: bdnz 1b /* Load the Instruction Address Breakpoint Register (IABR). */ - /* */ + /* */ /* The address to load is stored in the first word of dual port */ /* ram and should be preserved while the power is on, so you */ /* can plug addresses into that location then reset the cpu and */ /* this code will load that address into the IABR after the */ /* reset. */ - /* */ + /* */ /* When the program counter matches the contents of the IABR, */ /* an exception is generated (before the instruction at that */ /* location completes). The vector for this exception is 0x1300 */ |