Re: [U-Boot] [U-Boot, RESEND, 2/2] stm32f746-disco: enable flash support

2016-03-27 Thread Tom Rini
On Wed, Mar 09, 2016 at 03:18:14PM -0800, Vikas Manocha wrote: > This patch enables embedded flash for stm32f746 discovery board. > > Signed-off-by: Vikas Manocha Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature __

[U-Boot] [RESEND 2/2] stm32f746-disco: enable flash support

2016-03-09 Thread Vikas Manocha
This patch enables embedded flash for stm32f746 discovery board. Signed-off-by: Vikas Manocha --- arch/arm/include/asm/arch-stm32f7/stm32.h | 6 ++ include/configs/stm32f746-disco.h | 11 --- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/arch/arm/include/as