mirror of
https://xff.cz/git/u-boot/
synced 2026-01-06 21:09:23 +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>