"Das U-Boot" Source Tree

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>

Tom Rini 2f6a5bd8 521043f3

+2 -5
-1
board/emulation/common/qemu_dfu.c
··· 3 3 * Copyright (c) 2020 Linaro Limited 4 4 */ 5 5 6 - #include <common.h> 7 6 #include <dfu.h> 8 7 #include <env.h> 9 8 #include <memalign.h>
-1
board/emulation/common/qemu_mtdparts.c
··· 3 3 * Copyright (c) 2020 Linaro Limited 4 4 */ 5 5 6 - #include <common.h> 7 6 #include <dm.h> 8 7 #include <mtd.h> 9 8
+1 -1
board/emulation/qemu-arm/qemu-arm.c
··· 3 3 * Copyright (c) 2017 Tuomas Tynkkynen 4 4 */ 5 5 6 - #include <common.h> 6 + #include <config.h> 7 7 #include <cpu_func.h> 8 8 #include <dm.h> 9 9 #include <efi.h>
+1 -1
board/emulation/qemu-ppce500/qemu-ppce500.c
··· 4 4 * Copyright (C) 2021, Bin Meng <bmeng.cn@gmail.com> 5 5 */ 6 6 7 - #include <common.h> 7 + #include <config.h> 8 8 #include <command.h> 9 9 #include <cpu_func.h> 10 10 #include <dm.h>
-1
board/emulation/qemu-riscv/qemu-riscv.c
··· 3 3 * Copyright (C) 2018, Bin Meng <bmeng.cn@gmail.com> 4 4 */ 5 5 6 - #include <common.h> 7 6 #include <dm.h> 8 7 #include <dm/ofnode.h> 9 8 #include <env.h>