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>
This commit is contained in:
@@ -6,4 +6,4 @@
|
||||
# SPDX-License-Identifier: GPL-2.0+
|
||||
#
|
||||
|
||||
obj-y := beacon-rzg2m.o ../../renesas/rcar-common/gen3-common.o ../../renesas/rcar-common/common.o
|
||||
obj-y := beacon-rzg2m.o ../../renesas/common/gen3-common.o ../../renesas/common/common.o
|
||||
|
||||
@@ -6,4 +6,4 @@
|
||||
# SPDX-License-Identifier: GPL-2.0+
|
||||
#
|
||||
|
||||
obj-y := hihope-rzg2.o ../../renesas/rcar-common/gen3-common.o ../../renesas/rcar-common/common.o
|
||||
obj-y := hihope-rzg2.o ../../renesas/common/gen3-common.o ../../renesas/common/common.o
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// SPDX-License-Identifier: GPL-2.0
|
||||
/*
|
||||
* board/renesas/rcar-common/common.c
|
||||
* board/renesas/common/common.c
|
||||
*
|
||||
* Copyright (C) 2013 Renesas Electronics Corporation
|
||||
* Copyright (C) 2013 Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
|
||||
@@ -1,6 +1,6 @@
|
||||
// SPDX-License-Identifier: GPL-2.0
|
||||
/*
|
||||
* board/renesas/rcar-common/gen3-common.c
|
||||
* board/renesas/common/gen3-common.c
|
||||
*
|
||||
* Copyright (C) 2013 Renesas Electronics Corporation
|
||||
* Copyright (C) 2013 Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
|
||||
@@ -1,6 +1,6 @@
|
||||
// SPDX-License-Identifier: GPL-2.0+
|
||||
/*
|
||||
* board/renesas/rcar-common/gen4-common.c
|
||||
* board/renesas/common/gen4-common.c
|
||||
*
|
||||
* Copyright (C) 2021-2024 Renesas Electronics Corp.
|
||||
*/
|
||||
@@ -7,7 +7,7 @@
|
||||
#
|
||||
|
||||
ifdef CONFIG_XPL_BUILD
|
||||
obj-y := ../rcar-common/gen3-spl.o
|
||||
obj-y := ../common/gen3-spl.o
|
||||
else
|
||||
obj-y := ../rcar-common/gen3-common.o ../rcar-common/common.o
|
||||
obj-y := ../common/gen3-common.o ../common/common.o
|
||||
endif
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#
|
||||
|
||||
ifdef CONFIG_XPL_BUILD
|
||||
obj-y := ../rcar-common/gen3-spl.o
|
||||
obj-y := ../common/gen3-spl.o
|
||||
else
|
||||
obj-y := draak.o ../rcar-common/gen3-common.o ../rcar-common/common.o
|
||||
obj-y := draak.o ../common/gen3-common.o ../common/common.o
|
||||
endif
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#
|
||||
|
||||
ifdef CONFIG_XPL_BUILD
|
||||
obj-y := ../rcar-common/gen3-spl.o
|
||||
obj-y := ../common/gen3-spl.o
|
||||
else
|
||||
obj-y := ../rcar-common/v3-common.o ../rcar-common/gen3-common.o ../rcar-common/common.o
|
||||
obj-y := ../common/v3-common.o ../common/gen3-common.o ../common/common.o
|
||||
endif
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#
|
||||
|
||||
ifdef CONFIG_XPL_BUILD
|
||||
obj-y := ../rcar-common/gen3-spl.o
|
||||
obj-y := ../common/gen3-spl.o
|
||||
else
|
||||
obj-y := ../rcar-common/gen3-common.o ../rcar-common/common.o
|
||||
obj-y := ../common/gen3-common.o ../common/common.o
|
||||
endif
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#
|
||||
|
||||
ifdef CONFIG_XPL_BUILD
|
||||
obj-y := ../rcar-common/gen3-spl.o
|
||||
obj-y := ../common/gen3-spl.o
|
||||
else
|
||||
obj-y := ../rcar-common/gen4-common.o ../rcar-common/common.o
|
||||
obj-y := ../common/gen4-common.o ../common/common.o
|
||||
endif
|
||||
|
||||
@@ -6,4 +6,4 @@
|
||||
# SPDX-License-Identifier: GPL-2.0+
|
||||
#
|
||||
|
||||
obj-y := ../rcar-common/gen4-common.o ../rcar-common/common.o
|
||||
obj-y := ../common/gen4-common.o ../common/common.o
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#
|
||||
|
||||
ifdef CONFIG_XPL_BUILD
|
||||
obj-y := ../rcar-common/gen3-spl.o
|
||||
obj-y := ../common/gen3-spl.o
|
||||
else
|
||||
obj-y := salvator-x.o ../rcar-common/gen3-common.o ../rcar-common/common.o
|
||||
obj-y := salvator-x.o ../common/gen3-common.o ../common/common.o
|
||||
endif
|
||||
|
||||
@@ -6,4 +6,4 @@
|
||||
# SPDX-License-Identifier: GPL-2.0+
|
||||
#
|
||||
|
||||
obj-y := ../rcar-common/gen4-common.o ../rcar-common/common.o
|
||||
obj-y := ../common/gen4-common.o ../common/common.o
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#
|
||||
|
||||
ifdef CONFIG_XPL_BUILD
|
||||
obj-y := ../rcar-common/gen3-spl.o
|
||||
obj-y := ../common/gen3-spl.o
|
||||
else
|
||||
obj-y := ulcb.o cpld.o ../rcar-common/gen3-common.o ../rcar-common/common.o
|
||||
obj-y := ulcb.o cpld.o ../common/gen3-common.o ../common/common.o
|
||||
endif
|
||||
|
||||
@@ -8,8 +8,8 @@
|
||||
#
|
||||
|
||||
ifdef CONFIG_XPL_BUILD
|
||||
obj-y := ../rcar-common/gen3-spl.o
|
||||
obj-y := ../common/gen3-spl.o
|
||||
else
|
||||
obj-y := ../rcar-common/v3-common.o ../rcar-common/gen3-common.o ../rcar-common/common.o
|
||||
obj-y := ../common/v3-common.o ../common/gen3-common.o ../common/common.o
|
||||
obj-$(CONFIG_SYSRESET) += cpld.o
|
||||
endif
|
||||
|
||||
@@ -8,8 +8,8 @@
|
||||
#
|
||||
|
||||
ifdef CONFIG_XPL_BUILD
|
||||
obj-y := ../rcar-common/gen3-spl.o
|
||||
obj-y := ../common/gen3-spl.o
|
||||
else
|
||||
obj-y := ../rcar-common/v3-common.o ../rcar-common/gen3-common.o ../rcar-common/common.o
|
||||
obj-y := ../common/v3-common.o ../common/gen3-common.o ../common/common.o
|
||||
obj-$(CONFIG_SYSRESET) += cpld.o
|
||||
endif
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#
|
||||
|
||||
ifdef CONFIG_SPL_BUILD
|
||||
obj-y := ../rcar-common/gen4-spl.o
|
||||
obj-y := ../common/gen4-spl.o
|
||||
else
|
||||
obj-y := ../rcar-common/gen4-common.o ../rcar-common/common.o
|
||||
obj-y := ../common/gen4-common.o ../common/common.o
|
||||
endif
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#
|
||||
|
||||
ifdef CONFIG_XPL_BUILD
|
||||
obj-y := ../../renesas/rcar-common/gen3-spl.o
|
||||
obj-y := ../../renesas/common/gen3-spl.o
|
||||
else
|
||||
obj-y := ek874.o ../../renesas/rcar-common/gen3-common.o ../../renesas/rcar-common/common.o
|
||||
obj-y := ek874.o ../../renesas/common/gen3-common.o ../../renesas/common/common.o
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user