test: cmd: fdt: Add list of remaining missing tests

Add list of missing tests for the 'fdt' command, currently
the missing sandbox tests are only 'fdt boardsetup' and
'fdt checksign' .

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Marek Vasut
2023-03-02 04:08:45 +01:00
committed by Simon Glass
parent 26281517c6
commit 3998b45e31

View File

@@ -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)