mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
test: correct comments in test/cmd/font.c
The test relates to the 'font' and not to the 'fdt' command. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
This commit is contained in:
committed by
Tom Rini
parent
061cdb247c
commit
0978f3287c
@@ -10,10 +10,10 @@
|
||||
#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;
|
||||
|
||||
Reference in New Issue
Block a user