mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-30 11:01:26 +02:00
When apf27_defconfig is built with LTO, linking complains about undefined reference to `nand_boot`. This is because it is referenced from inline assembly. Make it visible. Signed-off-by: Marek Behún <marek.behun@nic.cz>