mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 16:07:30 +00:00
b02bfc4dfc
Some targets will build fine but not boot if sections .hash and .got.plt are not present in the binary. Add them back. Also, Exynos machines require .machine_param section in SPL. Add it. Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net> Tested-by: Rajeshwari S Shinde <rajeshwari.s@samsung.com>
7 lines
137 B
Makefile
7 lines
137 B
Makefile
#
|
|
# Copyright (C) Albert ARIBAUD <albert.u.boot@aribaud.net>
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
SPL_OBJCFLAGS += -j .machine_param
|