diff options
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/cpu/start.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/cpu/start.S b/arch/mips/cpu/start.S index d2c31ae..1b56ca3 100644 --- a/arch/mips/cpu/start.S +++ b/arch/mips/cpu/start.S @@ -57,7 +57,7 @@ .set noreorder ENTRY(_start) - /* U-boot entry point */ + /* U-Boot entry point */ b reset nop |