[PATCH v3] x86: qemu: Remove dead code

Bin Meng bmeng.cn at gmail.com
Tue Sep 1 11:02:41 CEST 2020


On Tue, Sep 1, 2020 at 4:33 PM Andy Shevchenko
<andriy.shevchenko at linux.intel.com> wrote:
>
> start.S does nothing and can be safely removed. Makefile is still being used
> by the build system, so simply replace the rule in it. We use stub C-file
> like it's done for other boards.
>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko at linux.intel.com>
> Reviewed-by: Simon Glass <sjg at chromium.org>
> Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
> ---
> v3: fixed linker error (Bin)
>  board/emulation/qemu-x86/Makefile   | 2 +-
>  board/emulation/qemu-x86/qemu-x86.c | 0
>  board/emulation/qemu-x86/start.S    | 8 --------
>  3 files changed, 1 insertion(+), 9 deletions(-)
>  create mode 100644 board/emulation/qemu-x86/qemu-x86.c
>  delete mode 100644 board/emulation/qemu-x86/start.S
>

applied to u-boot-x86, thanks!


More information about the U-Boot mailing list