summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorValentin Longchamp <valentin.longchamp@keymile.com>2015-11-17 10:53:36 +0100
committerTom Rini <trini@konsulko.com>2015-11-18 15:28:57 -0500
commit38467df5d67a61a8ccd8d052249e195e0fe9ab07 (patch)
tree797935272a2a7eb6933491d8b7fb3d10092ccba2 /include
parent68005ea655128a76ceb21c5802dbb64cce1b00ae (diff)
downloadblackbird-obmc-uboot-38467df5d67a61a8ccd8d052249e195e0fe9ab07.tar.gz
blackbird-obmc-uboot-38467df5d67a61a8ccd8d052249e195e0fe9ab07.zip
km8309: change the default QE_FW address
It should be after the u-boot reserved sectors and before the env sectors, since the solution used for kmvect1 (tell the linker to put the firmware into the u-boot produced binary, at the end of the area) should be the exception. The #define is only "conditional" so that we can still support kmvect1. Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/km/km8309-common.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/configs/km/km8309-common.h b/include/configs/km/km8309-common.h
index c880b4a9b5..d21b500d74 100644
--- a/include/configs/km/km8309-common.h
+++ b/include/configs/km/km8309-common.h
@@ -28,8 +28,10 @@
/* QE microcode/firmware address */
#define CONFIG_SYS_QE_FMAN_FW_IN_NOR
-/* at end of uboot partition, before env */
-#define CONFIG_SYS_QE_FW_ADDR 0xF00B0000
+/* between the u-boot partition and env */
+#ifndef CONFIG_SYS_QE_FW_ADDR
+#define CONFIG_SYS_QE_FW_ADDR 0xF00C0000
+#endif
/*
* System IO Config
OpenPOWER on IntegriCloud