summaryrefslogtreecommitdiffstats
path: root/include/configs/TQM855M.h
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2008-09-16 18:02:19 +0200
committerWolfgang Denk <wd@denx.de>2008-09-16 18:02:19 +0200
commit7c803be2eb3cae245dedda438776e08fb122250f (patch)
tree579c080c865fe5c4307b47f786024515f573aeeb /include/configs/TQM855M.h
parentc0d2f87d6c450128b88e73eea715fa3654f65b6c (diff)
downloadtalos-obmc-uboot-7c803be2eb3cae245dedda438776e08fb122250f.tar.gz
talos-obmc-uboot-7c803be2eb3cae245dedda438776e08fb122250f.zip
TQM8xx: Fix CFI flash driver support for all TQM8xx based boards
After switching to using the CFI flash driver, the correct remapping of the flash banks was forgotten. Also, some boards were not adapted, and the old legacy flash driver was not removed yet. Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'include/configs/TQM855M.h')
-rw-r--r--include/configs/TQM855M.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/TQM855M.h b/include/configs/TQM855M.h
index 2da1f3ae09..7699d51c07 100644
--- a/include/configs/TQM855M.h
+++ b/include/configs/TQM855M.h
@@ -250,6 +250,8 @@
#define CFG_USE_PPCENV /* Environment embedded in sect .ppcenv */
+#define CONFIG_MISC_INIT_R /* Make sure to remap flashes correctly */
+
/*-----------------------------------------------------------------------
* Dynamic MTD partition support
*/
OpenPOWER on IntegriCloud