arm64: renesas: Deduplicate R-Car Gen4 board files
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Thu, 12 Dec 2024 13:37:34 +0000 (14:37 +0100)
committerMarek Vasut <marek.vasut+renesas@mailbox.org>
Sun, 29 Dec 2024 15:55:31 +0000 (16:55 +0100)
commitcaefe8a1b478f5c565530fa94811a4cfc2ae81d5
tree6f530d2ce067c2bbf096985471c27ebfdd54b773
parent67440c8642d23cc9c4780bf20e5ce932c65c01b9
arm64: renesas: Deduplicate R-Car Gen4 board files

All R-Car Gen4 board files are copies of one another at this point.
Deduplicate them into single board/renesas/rcar-common/gen4-common.c
and remove all the duplicates. The one exception is R-Car V3U Falcon
board, which enables RWDT reset in board_init(), conditionally build
RWDT enablement in board_init() in the new common code for V3U.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
board/renesas/falcon/Makefile
board/renesas/falcon/falcon.c [deleted file]
board/renesas/grayhawk/Makefile
board/renesas/rcar-common/gen4-common.c [moved from board/renesas/grayhawk/grayhawk.c with 71% similarity]
board/renesas/spider/Makefile
board/renesas/spider/spider.c [deleted file]
board/renesas/whitehawk/Makefile
board/renesas/whitehawk/whitehawk.c [deleted file]