mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-18 10:54:37 +00:00

The common.c content is specific to 64-bit R-Car SoCs, rename the file to rcar64-common.c and remove R-Car 64-bit ifdeffery in the file. No functional change. Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de> Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
13 lines
293 B
Makefile
13 lines
293 B
Makefile
#
|
|
# board/silinux/ek874/Makefile
|
|
#
|
|
# Copyright (C) 2021 Renesas Electronics Corporation
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
ifdef CONFIG_XPL_BUILD
|
|
obj-y := ../../renesas/common/gen3-spl.o
|
|
else
|
|
obj-y := ek874.o ../../renesas/common/gen3-common.o ../../renesas/common/rcar64-common.o
|
|
endif
|