mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-15 14:36:03 +01:00
The header (NSIH) used for the s5p4418-SoC is not loaded into RAM by the 2nd-bootloader, see boot0.h. Therefore, use an adapted version of relocate_vectors which relocates the vectors after the header (at _start) instead of the 'dummy'-vectors at the start of the header (at __image_copy_start). Signed-off-by: Stefan Bosch <stefan_b@posteo.net> Reviewed-by: Minkyu Kang <mk7.kang@samsung.com>
10 lines
200 B
Makefile
10 lines
200 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# (C) Copyright 2016 Nexell
|
|
# Hyunseok, Jung <hsjung@nexell.co.kr>
|
|
#
|
|
# Copyright (C) 2023 Stefan Bosch <stefan_b@posteo.net>
|
|
|
|
obj-y += cpu.o
|
|
obj-y += relocate.o
|