Re: [U-Boot] [PATCH V3 07/10] configs: Add hsspi/spi support to bcm963158.

2019-10-12 Thread Tom Rini
On Wed, Aug 14, 2019 at 03:18:38PM +0200, Philippe Reynes wrote: > From: Kursad Oney > > This commit enable the support of the spi-nor for the > broadcom reference board bcm963158. > > Signed-off-by: Kursad Oney > Reviewed-by: Philippe Reynes Applied to u-boot/master, thanks! -- Tom

[U-Boot] [PATCH V3 07/10] configs: Add hsspi/spi support to bcm963158.

2019-08-14 Thread Philippe Reynes
From: Kursad Oney This commit enable the support of the spi-nor for the broadcom reference board bcm963158. Signed-off-by: Kursad Oney Reviewed-by: Philippe Reynes --- configs/bcm963158_ram_defconfig | 7 +++ 1 file changed, 7 insertions(+) Changelog: v3: - no change v2: - no change