mirror of
https://xff.cz/git/u-boot/
synced 2026-02-22 05:03:59 +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>