mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-24 13:09:58 +01:00
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>
13 lines
226 B
Makefile
13 lines
226 B
Makefile
#
|
|
# Copyright (C) 2007
|
|
# Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
|
|
#
|
|
# Copyright (C) 2007
|
|
# Kenati Technologies, Inc.
|
|
#
|
|
# board/MigoR/Makefile
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
|
|
obj-y := migo_r.o
|
|
extra-y += lowlevel_init.o
|