Re: [U-Boot] [PATCH] spl: ram: Fix u_boot_pos calculation

2018-10-06 Thread Simon Goldschmidt
On 06.10.2018 17:29, Simon Goldschmidt wrote: On 04.10.2018 09:29, Michal Simek wrote: The patch: "spl: Weed out CONFIG_SYS_TEXT_BASE usage" (sha1: 04ce5427bd3914cab8be78513275a20ab878520a) introduced bug where assigning to u_boot_pos variable wasn't done which end up in situation where SPL wasn

Re: [U-Boot] [PATCH] spl: ram: Fix u_boot_pos calculation

2018-10-06 Thread Simon Goldschmidt
On 04.10.2018 09:29, Michal Simek wrote: The patch: "spl: Weed out CONFIG_SYS_TEXT_BASE usage" (sha1: 04ce5427bd3914cab8be78513275a20ab878520a) introduced bug where assigning to u_boot_pos variable wasn't done which end up in situation where SPL wasn't able to find out image on the selected addre

[U-Boot] [PATCH] spl: ram: Fix u_boot_pos calculation

2018-10-04 Thread Michal Simek
The patch: "spl: Weed out CONFIG_SYS_TEXT_BASE usage" (sha1: 04ce5427bd3914cab8be78513275a20ab878520a) introduced bug where assigning to u_boot_pos variable wasn't done which end up in situation where SPL wasn't able to find out image on the selected address. Signed-off-by: Michal Simek --- Line