diff options
| author | Simon Glass <[email protected]> | 2019-04-25 21:58:40 -0600 |
|---|---|---|
| committer | Bin Meng <[email protected]> | 2019-05-08 13:02:10 +0800 |
| commit | 4a5fc6a069eda83d169a8fa20168a184f3c314c5 (patch) | |
| tree | c6ec82c1902891d2c1b995e189993a79b9243e2e | |
| parent | 62c72995e3cbb2aa356da7dd403d52de47a11072 (diff) | |
x86: start64: Fix copyright message
There is a typo in this header. Fix it.
Signed-off-by: Simon Glass <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
| -rw-r--r-- | arch/x86/cpu/start64.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/cpu/start64.S b/arch/x86/cpu/start64.S index a78a3316b6d..7be834788b9 100644 --- a/arch/x86/cpu/start64.S +++ b/arch/x86/cpu/start64.S @@ -2,7 +2,7 @@ /* * 64-bit x86 Startup Code * - * (C) Copyright 216 Google, Inc + * Copyright 2019 Google, Inc * Written by Simon Glass <[email protected]> */ |
