diff options
author | Wolfgang Denk <wd@denx.de> | 2007-04-04 02:09:30 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-04-04 02:09:30 +0200 |
commit | 31c98a88228021b314c89ebb8104fb6473da4471 (patch) | |
tree | 489bf14db8b98e3388d2d4a4d67a86636483d27b /cpu/microblaze | |
parent | c8f228016202aff5ff09cdeeabe8cffd8d898510 (diff) | |
download | u-boot-imx-31c98a88228021b314c89ebb8104fb6473da4471.zip u-boot-imx-31c98a88228021b314c89ebb8104fb6473da4471.tar.gz u-boot-imx-31c98a88228021b314c89ebb8104fb6473da4471.tar.bz2 |
Minor coding style cleanup.
Diffstat (limited to 'cpu/microblaze')
-rw-r--r-- | cpu/microblaze/start.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/microblaze/start.S b/cpu/microblaze/start.S index 29481af..ca3befc 100644 --- a/cpu/microblaze/start.S +++ b/cpu/microblaze/start.S @@ -54,7 +54,7 @@ _start: lhu r7, r1, r0 shi r7, r0, 0x2 shi r6, r0, 0x6 -/* +/* * Copy U-Boot code to TEXT_BASE * solve problem with sbrk_base */ |