commit | 527f51f499b092899156593422a73cc4f61496c6 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Nov 12 19:58:26 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Tue Nov 28 12:53:04 2023 -0500 |
tree | 69f140dea8411d7b09629dd4b617d76e34b8ff57 | |
parent | d44a110f9172e47e70409fbdafbec9b97fcdcc84 [diff] |
udoo: 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. Signed-off-by: Simon Glass <sjg@chromium.org>