summaryrefslogtreecommitdiffstats
path: root/include/configs/corenet_ds.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/corenet_ds.h
parente76cd5d4cf311da7d40adc5d6e9b425509cf0205 (diff)
downloadblackbird-obmc-uboot-021382cad2fbe8a2cb69ea682e348ecd0bbedae2.tar.gz
blackbird-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/corenet_ds.h')
-rw-r--r--include/configs/corenet_ds.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/corenet_ds.h b/include/configs/corenet_ds.h
index c41b039996..3f42cd9a38 100644
--- a/include/configs/corenet_ds.h
+++ b/include/configs/corenet_ds.h
@@ -549,7 +549,7 @@
#define CONFIG_SYS_QE_FMAN_FW_ADDR 0xFFE00000
#else
#define CONFIG_SYS_QE_FMAN_FW_IN_NOR
-#define CONFIG_SYS_QE_FMAN_FW_ADDR 0xEF000000
+#define CONFIG_SYS_QE_FMAN_FW_ADDR 0xEFF40000
#endif
#define CONFIG_SYS_QE_FMAN_FW_LENGTH 0x10000
#define CONFIG_SYS_FDT_PAD (0x3000 + CONFIG_SYS_QE_FMAN_FW_LENGTH)
OpenPOWER on IntegriCloud