summaryrefslogtreecommitdiffstats
path: root/include/configs/MPC8313ERDB.h
diff options
context:
space:
mode:
authorScott Wood <scottwood@freescale.com>2012-01-04 16:48:26 -0600
committerKim Phillips <kim.phillips@freescale.com>2012-01-09 20:10:34 -0600
commitc947c12e7805e5562b5c803f74eaceba8c66ba56 (patch)
tree1561e8e92fcca94eb6b8e4ce23cc7ce464e0ab0f /include/configs/MPC8313ERDB.h
parentf5a474bd7ac44385ea8e852129ab4f6ae5c6d6d3 (diff)
downloadblackbird-obmc-uboot-c947c12e7805e5562b5c803f74eaceba8c66ba56.tar.gz
blackbird-obmc-uboot-c947c12e7805e5562b5c803f74eaceba8c66ba56.zip
mpc8313erdb: fix mtdparts address
Fix a copy-and-paste error when adapting mpc8315erdb mtdparts to mpc8313erdb. mtdids was already using the proper address on mpc8313erdb. Signed-off-by: Scott Wood <scottwood@freescale.com> Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Diffstat (limited to 'include/configs/MPC8313ERDB.h')
-rw-r--r--include/configs/MPC8313ERDB.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/MPC8313ERDB.h b/include/configs/MPC8313ERDB.h
index 39bdcf85c5..863c9b9ec0 100644
--- a/include/configs/MPC8313ERDB.h
+++ b/include/configs/MPC8313ERDB.h
@@ -267,7 +267,7 @@
#define CONFIG_CMD_MTDPARTS
#define MTDIDS_DEFAULT "nand0=e2800000.flash"
#define MTDPARTS_DEFAULT \
- "mtdparts=e0600000.flash:512k(uboot),128k(env),3m@1m(kernel),-(fs)"
+ "mtdparts=e2800000.flash:512k(uboot),128k(env),3m@1m(kernel),-(fs)"
#define CONFIG_SYS_MAX_NAND_DEVICE 1
#define CONFIG_MTD_NAND_VERIFY_WRITE
OpenPOWER on IntegriCloud