[PATCH 2/3] board: Remove essentially empty board files and Makefiles

2023-09-21 Thread Tom Rini
As part of reviewing a new platform, Daniel Schwierzeck noted that we
can have an empty Makefile in the board directory and don't need an
empty board.c file as well.  Further with further cleanup in the
Makefile we can now omit the Makefile entirely. Remove a number of now
unnecessary board.c and Makefiles.

Signed-off-by: Tom Rini 
---
 board/altera/arria10-socdk/Makefile   |  5 -
 board/altera/arria10-socdk/socfpga.c  |  6 --
 board/altera/arria5-socdk/Makefile|  7 ---
 board/altera/arria5-socdk/socfpga.c   |  5 -
 board/altera/cyclone5-socdk/Makefile  |  7 ---
 board/altera/cyclone5-socdk/socfpga.c |  5 -
 board/altera/stratix10-socdk/Makefile |  7 ---
 board/altera/stratix10-socdk/socfpga.c|  7 ---
 board/aries/mcvevk/Makefile   |  7 ---
 board/aries/mcvevk/socfpga.c  |  5 -
 board/aspeed/evb_ast2500/Makefile |  1 -
 board/aspeed/evb_ast2500/evb_ast2500.c|  5 -
 board/aspeed/evb_ast2600/Makefile |  1 -
 board/aspeed/evb_ast2600/evb_ast2600.c|  5 -
 board/broadcom/bcm968380gerg/Makefile |  3 ---
 board/broadcom/bcm968380gerg/bcm968380gerg.c  |  6 --
 board/broadcom/bcm968380gerg/board.c  |  6 --
 board/comtrend/ar5315u/Makefile   |  3 ---
 board/comtrend/ar5315u/ar-5315u.c |  6 --
 board/comtrend/ar5387un/Makefile  |  3 ---
 board/comtrend/ar5387un/ar-5387un.c   |  6 --
 board/comtrend/ct5361/Makefile|  3 ---
 board/comtrend/ct5361/ct-5361.c   |  6 --
 board/comtrend/vr3032u/Makefile   |  3 ---
 board/comtrend/vr3032u/vr-3032u.c |  6 --
 board/comtrend/wap5813n/Makefile  |  3 ---
 board/comtrend/wap5813n/wap-5813n.c   |  6 --
 board/devboards/dbm-soc1/Makefile |  5 -
 board/devboards/dbm-soc1/socfpga.c|  5 -
 board/ebv/socrates/Makefile   |  7 ---
 board/ebv/socrates/socfpga.c  |  5 -
 board/edgeble/neural-compute-module-2/Makefile|  7 ---
 board/edgeble/neural-compute-module-2/neu2.c  |  4 
 board/edgeble/neural-compute-module-6/Makefile|  7 ---
 board/edgeble/neural-compute-module-6/neu6.c  |  4 
 board/efi/efi-x86_app/Makefile|  5 -
 board/efi/efi-x86_app/app.c   |  6 --
 board/emulation/qemu-x86/Makefile |  5 -
 board/emulation/qemu-x86/qemu-x86.c   |  0
 board/engicam/px30_core/Makefile  |  7 ---
 board/engicam/px30_core/px30_core.c   |  4 
 board/geekbuying/geekbox/Makefile |  5 -
 board/geekbuying/geekbox/geekbox.c|  6 --
 board/google/chromebook_link/Makefile | 13 -
 board/google/chromebook_link/link.c   |  6 --
 board/google/chromebook_samus/Makefile|  5 -
 board/google/chromebook_samus/samus.c |  6 --
 board/google/chromebox_panther/Makefile   |  5 -
 board/google/chromebox_panther/panther.c  |  6 --
 board/hardkernel/odroid_m1/Makefile   |  3 ---
 board/hardkernel/odroid_m1/odroid_m1.c|  1 -
 board/huawei/hg556a/Makefile  |  3 ---
 board/huawei/hg556a/hg556a.c  |  6 --
 board/intel/agilex-socdk/Makefile |  7 ---
 board/intel/agilex-socdk/socfpga.c|  7 ---
 board/intel/bayleybay/Makefile|  1 -
 board/intel/bayleybay/bayleybay.c |  7 ---
 board/intel/n5x-socdk/Makefile|  7 ---
 board/intel/n5x-socdk/socfpga.c   |  7 ---
 board/is1/Makefile|  5 -
 board/is1/socfpga.c   |  4 
 board/mediatek/mt7620/Makefile|  3 ---
 board/mediatek/mt7620/board.c |  6 --
 board/mediatek/mt7621/Makefile|  3 ---
 board/mediatek/mt7621/board.c |  6 --
 board/mediatek/mt7628/Makefile|  3 ---
 board/mediatek/mt7628/board.c |  8 
 board/mqmaker/miqi_rk3288/Makefile|  7 ---
 board/mqmaker/miqi_rk3288/miqi-rk3288.c   |  4 
 board/netgear/cg3100d/Makefile|  3 ---
 board/netgear/cg3100d/cg3100d.c   |  6 --
 board/pine64/quartz64_rk3566/Makefile |  3 ---
 board/pine64/quartz64_rk3566/quartz64-rk3566.c|  1 -
 board/qualcomm/dragonboard845c/Makefile   |  9 -
 board/qualcomm/dragonboard845c/dragonboard845c.c  |  9 -
 

Re: [PATCH 2/3] board: Remove essentially empty board files and Makefiles

2023-10-10 Thread Tom Rini
On Thu, Sep 21, 2023 at 07:32:47PM -0400, Tom Rini wrote:

> As part of reviewing a new platform, Daniel Schwierzeck noted that we
> can have an empty Makefile in the board directory and don't need an
> empty board.c file as well.  Further with further cleanup in the
> Makefile we can now omit the Makefile entirely. Remove a number of now
> unnecessary board.c and Makefiles.
> 
> Signed-off-by: Tom Rini 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature