mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +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>
16 lines
306 B
Makefile
16 lines
306 B
Makefile
#
|
|
# Copyright (C) 2007
|
|
# Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
|
|
#
|
|
# Copyright (C) 2007
|
|
# Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
|
|
#
|
|
# Copyright (C) 2007
|
|
# Kenati Technologies, Inc.
|
|
#
|
|
# board/ms7720se/Makefile
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
|
|
obj-y := ms7720se.o
|
|
extra-y += lowlevel_init.o
|