diff options
Diffstat (limited to 'src/arch')
-rw-r--r-- | src/arch/riscv/opensbi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/riscv/opensbi.c b/src/arch/riscv/opensbi.c index eb557d240a..48f0f2a9cd 100644 --- a/src/arch/riscv/opensbi.c +++ b/src/arch/riscv/opensbi.c @@ -3,6 +3,7 @@ /* OpenSBI wants to make its own definitions for some of our compiler.h macros. */ #undef __packed #undef __noreturn +#undef __aligned #include <sbi/fw_dynamic.h> #include <arch/boot.h> |