commit | 10a37c81eea3eaf3185480279ed80bccc61dc004 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | Thu Dec 12 14:37:34 2024 +0100 |
committer | Marek Vasut <marek.vasut+renesas@mailbox.org> | Sun Dec 29 16:55:31 2024 +0100 |
tree | 6f530d2ce067c2bbf096985471c27ebfdd54b773 | |
parent | 0fdbdfc0672cc1003d425107ef6f51d16e154519 [diff] |
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>