commit | e53d9b77e81a138a6799dcaeb0dbb8d1ac5a3d11 | [log] [tgz] |
---|---|---|
author | Stefan Bosch <stefan_b@posteo.net> | Fri Jan 26 12:50:56 2024 +0000 |
committer | Tom Rini <trini@konsulko.com> | Fri Mar 01 18:34:08 2024 -0500 |
tree | 6d807b9c720f2f4c76e3fd0bf61d312002be6b72 | |
parent | 26f5130fdbb30c280e10d649ccb31bd1e201ff1d [diff] |
arm: s5p4418: fix relocation of vectors 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>