]> git.baikalelectronics.ru Git - uboot.git/commit
armv8: u-boot-spl.lds: mark __image_copy_start as symbol
authorPeng Fan <peng.fan@nxp.com>
Sat, 18 Jun 2022 12:13:13 +0000 (15:13 +0300)
committerSimon Glass <sjg@chromium.org>
Tue, 28 Jun 2022 02:09:52 +0000 (03:09 +0100)
commitd5df0c209865cbba5097a56a7d40ef7001a6b00a
tree512b4c16dc2faf5bb11e706e02b17620963e9016
parentf8dc5f172167bffdb730510b73db722d2ee3a969
armv8: u-boot-spl.lds: mark __image_copy_start as symbol

In arch/arm/lib/sections.c there is below code:
char __image_copy_start[0] __section(".__image_copy_start");
But actually 'objdump -t spl/u-boot-spl' not able to find out
symbol '__image_copy_start' for binman update image-pos/size.

So update link file

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Alper Nebi Yasak <alpernebiyasak@gmail.com>
arch/arm/cpu/armv8/u-boot-spl.lds