commit | 26f5130fdbb30c280e10d649ccb31bd1e201ff1d | [log] [tgz] |
---|---|---|
author | Stefan Bosch <stefan_b@posteo.net> | Fri Jan 26 12:50:55 2024 +0000 |
committer | Tom Rini <trini@konsulko.com> | Fri Mar 01 18:34:08 2024 -0500 |
tree | b47c678bb70b32eb69662c63462732c5c6c9b3c9 | |
parent | e8cff1cde37a7a4373b1473bdc5a43615326a536 [diff] |
common: board_f: change calculation of gd->mon_len to fix s5p4418 reloc ARCH_NEXELL: Change calculation of monitor length (gd->mon_len) to fix relocation at boards with s5p4418-SoC (ARCH_NEXELL). At s5p4418, _start is after the header (NSIH). Therefore the monitor length has to be calculated using __image_copy_start instead of _start in order the whole monitor code is relocated. Signed-off-by: Stefan Bosch <stefan_b@posteo.net>