mirror of
https://xff.cz/git/u-boot/
synced 2025-12-29 16:27:10 +01:00
If a test happens to use the same variable as the macro parameter the macro does not work as intended. Add an underscore to guard against this. Signed-off-by: Simon Glass <sjg@chromium.org>