mirror of
https://xff.cz/git/u-boot/
synced 2025-10-12 21:46:44 +02:00
This patch fixes following warning:
---8<---
board.c: In function 'board_init_r':
board.c:257: warning: unused variable 's'
--->8---
Patch de30122bb5
missed to remove this variable
too.
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>