commit | edb0ecd187088019024404431d5ea0067b0c2859 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Nov 12 19:58:25 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Tue Nov 28 12:53:04 2023 -0500 |
tree | 2b836418af8204878e7e440255a57e600ae5caf3 | |
parent | 56720b2ce2168dd708dfed344b2dcc3ad6ce7617 [diff] |
toradex: Use checkboard() instead of show_board_info() Boards can use a sysinfo driver if a particular model name is needed. Update this board to use checkboard() directly, rather than having a weak function laid on top of a weak function. Make all the checkboard() functions call the new tdx_checkboard() so that the same information is displayed. Signed-off-by: Simon Glass <sjg@chromium.org>