]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
test: correct comments in test/cmd/font.c
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 23 Nov 2025 22:57:03 +0000 (23:57 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 5 Dec 2025 14:54:44 +0000 (08:54 -0600)
The test relates to the 'font' and not to the 'fdt' command.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
test/cmd/font.c

index 7ae648d73958ea064228a3d5037e365682a0043d..5c52f359a578f817ac41c39ea38572c7462f2376 100644 (file)
 #include <video_console.h>
 #include <test/ut.h>
 
-/* Declare a new fdt test */
+/* Declare a new font test */
 #define FONT_TEST(_name, _flags)       UNIT_TEST(_name, _flags, font)
 
-/* Test 'fdt addr' resizing an fdt */
+/* Test the 'font' command */
 static int font_test_base(struct unit_test_state *uts)
 {
        struct udevice *dev;