[U-Boot] [PATCH 1/3] armv8/ls1043aqds: fix fman ucode address to an offset in QSPI flash

york sun york.sun at nxp.com
Wed Mar 9 17:21:11 CET 2016


On 03/09/2016 12:00 AM, Gong Qianyu wrote:
> Modify the value as the SPI interface is changed.
> 
> Signed-off-by: Gong Qianyu <Qianyu.Gong at nxp.com>
> ---
>  include/configs/ls1043a_common.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/configs/ls1043a_common.h b/include/configs/ls1043a_common.h
> index 7018cb5..c78ba47 100644
> --- a/include/configs/ls1043a_common.h
> +++ b/include/configs/ls1043a_common.h
> @@ -222,7 +222,7 @@
>  
>  #if defined(CONFIG_QSPI_BOOT) || defined(CONFIG_SD_BOOT_QSPI)
>  #define CONFIG_SYS_QE_FW_IN_SPIFLASH
> -#define CONFIG_SYS_FMAN_FW_ADDR		0x400d0000
> +#define CONFIG_SYS_FMAN_FW_ADDR		0xd0000
>  #define CONFIG_ENV_SPI_BUS		0
>  #define CONFIG_ENV_SPI_CS		0
>  #define CONFIG_ENV_SPI_MAX_HZ		1000000
> 

Put a note to remind myself. These changes are based on spi-nor changes Jagan is
working on.

York



More information about the U-Boot mailing list