Re: [U-Boot] [PATCH v2 08/50] x86: start64: Fix copyright message

2019-05-01 Thread Bin Meng
On Fri, Apr 26, 2019 at 11:59 AM Simon Glass wrote: > > There is a typo in this header. Fix it. > > Signed-off-by: Simon Glass > Reviewed-by: Bin Meng > --- > > Changes in v2: None > > arch/x86/cpu/start64.S | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > applied to u-boot-x86, thank

[U-Boot] [PATCH v2 08/50] x86: start64: Fix copyright message

2019-04-25 Thread Simon Glass
There is a typo in this header. Fix it. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- Changes in v2: None arch/x86/cpu/start64.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/cpu/start64.S b/arch/x86/cpu/start64.S index a78a3316b6d..7be834788b9 100644 ---