diff options
Diffstat (limited to 'common/spl/spl_ram.c')
-rw-r--r-- | common/spl/spl_ram.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/spl/spl_ram.c b/common/spl/spl_ram.c index e8701934b8..6000f495cc 100644 --- a/common/spl/spl_ram.c +++ b/common/spl/spl_ram.c @@ -49,7 +49,7 @@ static int spl_ram_load_image(struct spl_image_info *spl_image, load.read = spl_ram_load_read; spl_load_simple_fit(spl_image, &load, 0, header); } else { - ulong u_boot_pos = binman_sym(ulong, u_boot_any, pos); + ulong u_boot_pos = binman_sym(ulong, u_boot_any, offset); debug("Legacy image\n"); /* |