mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 15:37:23 +00:00
9ec4a67ef3
Reference lowlevel_init of all supported SH2A/SH3/SH4/SH4A boards from a shared linker script, the lowlevel_init function will be called by a relative address. Signed-off-by: Vladimir Zapolskiy <vz@mleia.com> Reviewed-by: Simon Glass <sjg@chromium.org>
10 lines
210 B
Makefile
10 lines
210 B
Makefile
#
|
|
# Copyright (C) 2007,2008 Nobuhiro Iwamatsu
|
|
# Copyright (C) 2008 Renesas Solutions Corp.
|
|
#
|
|
# u-boot/board/rsk7203/Makefile
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
|
|
obj-y := rsk7203.o
|
|
extra-y += lowlevel_init.o
|