mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
On x86 commit9b35dbc93f("x86: Show the timestamp counter with bdinfo") has added another bdinfo output line. On RISC-V commit66b5ee9c55("riscv: add RISC-V fields to bdinfo command") implemented arch_print_bdinfo(). Update the bdinfo test accordingly. Fixes:9b35dbc93f("x86: Show the timestamp counter with bdinfo") Fixes:66b5ee9c55("riscv: add RISC-V fields to bdinfo command") Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>