mirror of
https://github.com/smaeul/u-boot.git
synced 2025-11-19 18:32:35 +00: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>