summaryrefslogtreecommitdiffstats
path: root/include/configs/P1023RDS.h
diff options
context:
space:
mode:
authorYork Sun <yorksun@freescale.com>2012-10-19 08:35:12 +0000
committerAndy Fleming <afleming@freescale.com>2012-11-27 18:25:55 -0600
commit021382cad2fbe8a2cb69ea682e348ecd0bbedae2 (patch)
tree91c908ac95feb34a426f8f0a592e85ee30eb7222 /include/configs/P1023RDS.h
parente76cd5d4cf311da7d40adc5d6e9b425509cf0205 (diff)
downloadtalos-obmc-uboot-021382cad2fbe8a2cb69ea682e348ecd0bbedae2.tar.gz
talos-obmc-uboot-021382cad2fbe8a2cb69ea682e348ecd0bbedae2.zip
powerpc/qoriq: Move FMAN microcode location
Move FMAN microcude from 0xEF000000 to 0xEFF40000 to free up the beginning of this virtual bank so that this bank can store RCW or be used together with other banks to store large images. Signed-off-by: York Sun <yorksun@freescale.com> Signed-off-by: Andy Fleming <afleming@freescale.com>
Diffstat (limited to 'include/configs/P1023RDS.h')
-rw-r--r--include/configs/P1023RDS.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/P1023RDS.h b/include/configs/P1023RDS.h
index 800d666ab2..878bd5fa5e 100644
--- a/include/configs/P1023RDS.h
+++ b/include/configs/P1023RDS.h
@@ -524,7 +524,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 0xEF000000
+#define CONFIG_SYS_QE_FMAN_FW_ADDR 0xEFF40000
#else
#define CONFIG_SYS_QE_FMAN_FW_IN_NAND
#define CONFIG_SYS_QE_FMAN_FW_ADDR 0x1f00000
OpenPOWER on IntegriCloud