Re: [U-Boot] [PATCH PATCH v4 12/15] drivers: board: Make the board drivers available in SPL

2019-08-13 Thread Simon Glass
Hi Jean-Jacques, Missing commit message. On Mon, 5 Aug 2019 at 03:44, Jean-Jacques Hiblot wrote: > > Signed-off-by: Jean-Jacques Hiblot > --- > > Changes in v4: New > > drivers/Makefile | 2 +- > drivers/board/Kconfig | 2 ++ > drivers/board/Makefile | 2 +- > 3 files changed, 4

[U-Boot] [PATCH PATCH v4 12/15] drivers: board: Make the board drivers available in SPL

2019-08-05 Thread Jean-Jacques Hiblot
Signed-off-by: Jean-Jacques Hiblot --- Changes in v4: New drivers/Makefile | 2 +- drivers/board/Kconfig | 2 ++ drivers/board/Makefile | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/Makefile b/drivers/Makefile index 41933605ce..30ead18b06 100644 ---