aboutsummaryrefslogtreecommitdiff
path: root/test/cmd/fdt.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/cmd/fdt.c')
-rw-r--r--test/cmd/fdt.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/cmd/fdt.c b/test/cmd/fdt.c
index cdbaf8c425..8ae8a52896 100644
--- a/test/cmd/fdt.c
+++ b/test/cmd/fdt.c
@@ -15,6 +15,13 @@
#include <test/ut.h>
DECLARE_GLOBAL_DATA_PTR;
+/*
+ * Missing tests:
+ * fdt boardsetup - Do board-specific set up
+ * fdt checksign [<addr>] - check FIT signature
+ * <addr> - address of key blob
+ * default gd->fdt_blob
+ */
/* Declare a new fdt test */
#define FDT_TEST(_name, _flags) UNIT_TEST(_name, _flags, fdt_test)