commit | 15e1216ef048bc26458d6a03a6a781dc4783e1a5 | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Thu Oct 04 09:29:20 2018 +0200 |
committer | Tom Rini <trini@konsulko.com> | Sat Oct 06 14:09:41 2018 -0400 |
tree | 868365f5f92ae920a1d96afc4af88cee80852e00 | |
parent | 6703074f1538654c7ca0101a95c2f29c0450ccf2 [diff] |
spl: ram: Fix u_boot_pos calculation 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 <michal.simek@xilinx.com>