diff options
author | Tom Rini <trini@konsulko.com> | 2024-04-30 20:41:44 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-05-06 15:07:50 -0600 |
commit | 2f6a5bd8a48128e76b83ab01034bb95338354e95 (patch) | |
tree | 5fa94815ec57d7532db486a05d6bd774dda6f054 /board/emulation/qemu-arm/qemu-arm.c | |
parent | 521043f3243dd71b51c3852209417b69ef519e28 (diff) |
board: emulation: Remove <common.h> and add needed includes
Remove <common.h> from this board vendor directory and when needed
add missing include files directly.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/emulation/qemu-arm/qemu-arm.c')
-rw-r--r-- | board/emulation/qemu-arm/qemu-arm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/emulation/qemu-arm/qemu-arm.c b/board/emulation/qemu-arm/qemu-arm.c index ecfd19f1a7e..6095cb02b23 100644 --- a/board/emulation/qemu-arm/qemu-arm.c +++ b/board/emulation/qemu-arm/qemu-arm.c @@ -3,7 +3,7 @@ * Copyright (c) 2017 Tuomas Tynkkynen */ -#include <common.h> +#include <config.h> #include <cpu_func.h> #include <dm.h> #include <efi.h> |