mirror of
https://xff.cz/git/u-boot/
synced 2026-01-03 21:57:09 +01:00
This test predates the test framework in U-Boot. It uses #define DEBUG and assert() to check the result. Update it to use the framework so it can report failure constitent with other tests. Signed-off-by: Simon Glass <sjg@chromium.org>