diff options
author | Zhao Qiang | 2014-03-21 16:21:44 +0800 |
---|---|---|
committer | York Sun | 2014-04-22 17:58:47 -0700 |
commit | dcf1d774bf5c2612538658eac01931895b7a805f (patch) | |
tree | 9804fbee905684faaa2fdfa379d890e0a3852f98 /include/configs/P1023RDB.h | |
parent | 2d8db6d3158a8f2da99bde8c8aea3272292b4ae7 (diff) |
QE/FMAN: modify CONFIG_SYS_QE_FMAN_FW_ADDR to CONFIG_SYS_FMAN_FW_ADDR and CONFIG_SYS_QE_FW_ADDR
CONFIG_SYS_QE_FMAN_FW_ADDR is used to both Fman and QE for microcode address.
Now using CONFIG_SYS_FMAN_FW_ADDR for Fman microcode address,
and CONFIG_SYS_QE_FW_ADDR for QE microcode address.
Signed-off-by: Zhao Qiang <B45475@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'include/configs/P1023RDB.h')
-rw-r--r-- | include/configs/P1023RDB.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/P1023RDB.h b/include/configs/P1023RDB.h index b41cb4a13ef..d7274f1b684 100644 --- a/include/configs/P1023RDB.h +++ b/include/configs/P1023RDB.h @@ -360,7 +360,7 @@ extern unsigned long get_clock_freq(void); /* Default address of microcode for the Linux Fman driver */ /* QE microcode/firmware address */ #define CONFIG_SYS_QE_FMAN_FW_IN_NOR -#define CONFIG_SYS_QE_FMAN_FW_ADDR 0xEFF00000 +#define CONFIG_SYS_FMAN_FW_ADDR 0xEFF00000 #define CONFIG_SYS_QE_FMAN_FW_LENGTH 0x10000 #define CONFIG_SYS_FDT_PAD (0x3000 + CONFIG_SYS_QE_FMAN_FW_LENGTH) |