diff mbox

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

Message ID 1457509904-47111-1-git-send-email-Qianyu.Gong@nxp.com
State Deferred
Delegated to: York Sun
Headers show

Commit Message

Gong Qianyu March 9, 2016, 7:51 a.m. UTC
Modify the value as the SPI interface is changed.

Signed-off-by: Gong Qianyu <Qianyu.Gong@nxp.com>
---
 include/configs/ls1043a_common.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

York Sun March 9, 2016, 4:21 p.m. UTC | #1
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@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
diff mbox

Patch

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