Re: [U-Boot] [PATCH v3] armv8: QSPI: Add AHB bus 16MB+ size support

2016-12-05 Thread york sun
On 11/30/2016 06:27 PM, Yuan Yao wrote: > From: Yuan Yao > > The default configuration for QSPI AHB bus can't support 16MB+. > But some flash on NXP layerscape board are more than 16MB. > > Signed-off-by: Yuan Yao > --- > Changed in v3: > Rename the

[U-Boot] [PATCH v3] armv8: QSPI: Add AHB bus 16MB+ size support

2016-11-30 Thread Yuan Yao
From: Yuan Yao The default configuration for QSPI AHB bus can't support 16MB+. But some flash on NXP layerscape board are more than 16MB. Signed-off-by: Yuan Yao --- Changed in v3: Rename the CONFIG_SYS_QSPI_ADDR to SYS_FSL_QSPI_ADDR. Changed in v2: