mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
The cmd and the log test suites rely on CONFIG_CONSOLE_RECORD. The log test suite is always built if CONFIG_UNIT_TEST=y. The print_do_hex_dump test relies on CONFIG_HEXDUMP. Imply it too. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>