Re: [U-Boot] [PATCH 19/25] spl: Allow mailbox drivers to be used within SPL

2018-08-24 Thread Tom Rini
On Tue, Aug 21, 2018 at 08:01:57PM +0530, Lokesh Vutla wrote: > Add an option for building mailbox drivers within SPL. > > Signed-off-by: Lokesh Vutla Reviewed-by: Tom Rini -- Tom signature.asc Description: PGP signature ___ U-Boot mailing list U

[U-Boot] [PATCH 19/25] spl: Allow mailbox drivers to be used within SPL

2018-08-21 Thread Lokesh Vutla
Add an option for building mailbox drivers within SPL. Signed-off-by: Lokesh Vutla --- common/spl/Kconfig | 8 drivers/Makefile | 1 + drivers/mailbox/Makefile | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/common/spl/Kconfig b/common/spl/Kconfig in