forked from OERV-BSP/u-boot
doc: Add a few notes about how to use console checking
Tidy up the existing docs in line with current conventions. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -151,7 +151,6 @@ There is no exactly equivalent C test, but here is a similar one that tests 'ms'
|
||||
buf[0x31] = 0x12;
|
||||
buf[0xff] = 0x12;
|
||||
buf[0x100] = 0x12;
|
||||
ut_assertok(console_record_reset_enable());
|
||||
run_command("ms.b 1 ff 12", 0);
|
||||
ut_assert_nextline("00000030: 00 12 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................");
|
||||
ut_assert_nextline("--");
|
||||
|
||||
Reference in New Issue
Block a user