commit | 0e0b8a07501dbaa6ceebd90c01a3accde2e5a457 | [log] [tgz] |
---|---|---|
author | Jean-Jacques Hiblot <jjhiblot@ti.com> | Tue Oct 22 16:39:18 2019 +0200 |
committer | Tom Rini <trini@konsulko.com> | Tue Jan 07 11:13:24 2020 -0500 |
tree | 0a6e19e1681af45c5cc6163ccba69c5c8665b577 | |
parent | 64e82dc4576c194a74dabd0c7f9e3b3acf1865cc [diff] |
drivers: board: Make the board drivers available in SPL Make the board driver available in the SPL too. The board driver is a way to provide useful information about the board and that can be useful in the SPL too. Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com> Reviewed-by: Simon Glass <sjg@chromium.org>