[U-Boot] [PATCH 1/3] armv8/ls1043aqds: fix fman ucode address to an offset in QSPI flash
Gong Qianyu
Qianyu.Gong at nxp.com
Wed Mar 9 08:51:42 CET 2016
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
--
2.1.0.27.g96db324
More information about the U-Boot
mailing list