mirror of
https://xff.cz/git/u-boot/
synced 2025-09-15 23:52:36 +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>