mirror of
https://xff.cz/git/u-boot/
synced 2025-09-02 01:02:19 +02:00
Commits02f99901ed
52d61227b6
introduced a regression where platform-specific ffs/fls implementations were defined away. This patch corrects that by using PLATFORM_xxx instead of the name itself. Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net> Acked-by: Kumar Gala <galak@kernel.crashing.org> Acked-by: Stefan Roese <sr@denx.de>