Re: [PATCH] x86: Fix i8254 ifdef include guard

2021-10-26 Thread Bin Meng
On Wed, Oct 27, 2021 at 11:08 AM Bin Meng wrote: > > On Thu, Oct 21, 2021 at 5:31 AM Alistair Delva wrote: > > > > When building U-Boot with clang, it notices that the i8254.h include > > guard does not work correctly due to a typo. Fix it. > > > > Signed-off-by: Alistair Delva > > Cc: Simon Gla

Re: [PATCH] x86: Fix i8254 ifdef include guard

2021-10-26 Thread Bin Meng
On Thu, Oct 21, 2021 at 5:31 AM Alistair Delva wrote: > > When building U-Boot with clang, it notices that the i8254.h include > guard does not work correctly due to a typo. Fix it. > > Signed-off-by: Alistair Delva > Cc: Simon Glass > Cc: Bin Meng > --- > arch/x86/include/asm/i8254.h | 2 +- >

Re: [PATCH] x86: Fix i8254 ifdef include guard

2021-10-21 Thread Simon Glass
On Wed, 20 Oct 2021 at 15:31, Alistair Delva wrote: > > When building U-Boot with clang, it notices that the i8254.h include > guard does not work correctly due to a typo. Fix it. > > Signed-off-by: Alistair Delva > Cc: Simon Glass > Cc: Bin Meng > --- > arch/x86/include/asm/i8254.h | 2 +- >