]> git.baikalelectronics.ru Git - uboot.git/commit
spl: ram: Fix u_boot_pos calculation
authorMichal Simek <michal.simek@xilinx.com>
Thu, 4 Oct 2018 07:29:20 +0000 (09:29 +0200)
committerTom Rini <trini@konsulko.com>
Sat, 6 Oct 2018 18:09:41 +0000 (14:09 -0400)
commit3566ab1ca7f803e6e489289bc9726b31eb738542
tree868365f5f92ae920a1d96afc4af88cee80852e00
parentfcc67aec2772eee4bea46bb712e0f0413166304b
spl: ram: Fix u_boot_pos calculation

The patch:
"spl: Weed out CONFIG_SYS_TEXT_BASE usage"
(sha1: 06f9aee39ae3118fb6895727a4ea16c64a6c1a8a)
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>
common/spl/spl_ram.c