ARM: renesas: Rename board/renesas/rcar-common to board/renesas/common
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Wed, 29 Jan 2025 17:04:26 +0000 (18:04 +0100)
committerMarek Vasut <marek.vasut+renesas@mailbox.org>
Wed, 29 Jan 2025 21:52:35 +0000 (22:52 +0100)
commit68abd1c3083ead0f79aa9f5e3e9951a769af66d7
tree4e172d339ede8a8e0e76870f24a4089469c20aad
parentd624a3e9abcb363e647f9bb6d4ba03de39091416
ARM: renesas: Rename board/renesas/rcar-common to board/renesas/common

Rename directory board/renesas/rcar-common to board/renesas/common and
move files. This allows the build system to use HAVE_VENDOR_COMMON_LIB
which automatically includes board/$(VENDOR)/common/Makefile . Create
temporarily empty board/renesas/common/Makefile to be extended with
actual content later in this series. This is a preparatory patch for
board Makefile simplification. No functional change so far.

Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
22 files changed:
board/beacon/beacon-rzg2m/Makefile
board/hoperun/hihope-rzg2/Makefile
board/renesas/common/Makefile [new file with mode: 0644]
board/renesas/common/common.c [moved from board/renesas/rcar-common/common.c with 97% similarity]
board/renesas/common/gen3-common.c [moved from board/renesas/rcar-common/gen3-common.c with 99% similarity]
board/renesas/common/gen3-spl.c [moved from board/renesas/rcar-common/gen3-spl.c with 100% similarity]
board/renesas/common/gen4-common.c [moved from board/renesas/rcar-common/gen4-common.c with 97% similarity]
board/renesas/common/gen4-spl.c [moved from board/renesas/rcar-common/gen4-spl.c with 100% similarity]
board/renesas/common/v3-common.c [moved from board/renesas/rcar-common/v3-common.c with 100% similarity]
board/renesas/condor/Makefile
board/renesas/draak/Makefile
board/renesas/eagle/Makefile
board/renesas/ebisu/Makefile
board/renesas/falcon/Makefile
board/renesas/grayhawk/Makefile
board/renesas/salvator-x/Makefile
board/renesas/spider/Makefile
board/renesas/ulcb/Makefile
board/renesas/v3hsk/Makefile
board/renesas/v3msk/Makefile
board/renesas/whitehawk/Makefile
board/silinux/ek874/Makefile