Re: [PATCH v1 1/2] common: board_f: change calculation of gd->mon_len to fix s5p4418 reloc

2023-11-12 Thread Simon Glass
On Sun, 12 Nov 2023 at 07:40, Stefan Bosch wrote: > > ARM and MICROBLAZE: Change calculation of monitor length (gd->mon_len) > to fix relocation at boards with s5p4418-SoC. At s5p4418, _start is > after the header (NSIH) therefore the monitor length has to be > calculated using __image_copy_start

[PATCH v1 1/2] common: board_f: change calculation of gd->mon_len to fix s5p4418 reloc

2023-11-12 Thread Stefan Bosch
ARM and MICROBLAZE: Change calculation of monitor length (gd->mon_len) to fix relocation at boards with s5p4418-SoC. 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 hole monitor code is