
4 May
2023
4 May
'23
5:51 p.m.
On Sat, Apr 22, 2023 at 03:01:34PM +0200, Marek Vasut wrote:
Add test for command bdinfo .
Signed-off-by: Marek Vasut marek.vasut+renesas@mailbox.org Reviewed-by: Simon Glass sjg@chromium.org
Cc: Jason Liu jason.hui.liu@nxp.com Cc: Michal Simek michal.simek@amd.com Cc: Ovidiu Panait ovpanait@gmail.com Cc: Simon Glass sjg@chromium.org
include/test/suites.h | 1 + test/cmd/Makefile | 1 + test/cmd/bdinfo.c | 179 ++++++++++++++++++++++++++++++++++++++++++ test/cmd_ut.c | 6 ++ 4 files changed, 187 insertions(+) create mode 100644 test/cmd/bdinfo.c
This breaks building on "snow" which does not set CFG_SYS_SDRAM_SIZE seemingly.
--
Tom