
21 Oct
2021
21 Oct
'21
10:18 p.m.
On Wed, 20 Oct 2021 at 15:31, Alistair Delva adelva@google.com 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 adelva@google.com Cc: Simon Glass sjg@chromium.org Cc: Bin Meng bmeng.cn@gmail.com
arch/x86/include/asm/i8254.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass sjg@chromium.org