
12 Oct
2019
12 Oct
'19
12:21 a.m.
On Fri, 20 Sep 2019 at 09:28, Jean-Jacques Hiblot jjhiblot@ti.com wrote:
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
Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2:
- depend on SPL_DM
- update the commit log
drivers/Makefile | 2 +- drivers/board/Kconfig | 3 +++ drivers/board/Makefile | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org