From: Tom Rini Date: Fri, 5 Dec 2025 14:55:19 +0000 (-0600) Subject: Merge patch series "test: let UNIT_TEST imply CONSOLE_RECORD" X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3835a812fd94501f3d1417f5b099c1c25b24d00;p=thirdparty%2Fu-boot.git Merge patch series "test: let UNIT_TEST imply CONSOLE_RECORD" Heinrich Schuchardt says: Many C unit tests are not executed if CONFIG_CONSOLE_RECORD is not set. Hence Tom suggested to let UNIT_TEST imply CONSOLE_RECORD. The first patch makes the skipped C unit tests visible. The rest of the series deals with hidden bugs in our tests. The 'fdt get value' command returned incorrect values on low-endian systems. So this needed fixing too. Link: https://lore.kernel.org/r/20251123225711.227016-1-heinrich.schuchardt@canonical.com --- b3835a812fd94501f3d1417f5b099c1c25b24d00