commit | bb8aae5ee92e97630fc6edc73a53aaf3d755cae9 | [log] [tgz] |
---|---|---|
author | Alistair Delva <adelva@google.com> | Mon Sep 26 22:23:26 2022 +0000 |
committer | Bin Meng <bmeng.cn@gmail.com> | Wed Dec 14 12:04:51 2022 +0800 |
tree | 1d0879ac007e02ed806d8bb59a1afd00df2e2206 | |
parent | 2cb1196d3b8b4083dc3b8e4d972d88eff673f5d5 [diff] |
x86: Fix i8259 ifdef include guard When building U-Boot with clang, it notices that the i8259.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> Cc: Nick Desaulniers <ndesaulniers@google.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>