diff options
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 4538158..3c027ff 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 */ |