diff options
author | Scott Wood <scottwood@freescale.com> | 2012-01-04 16:48:26 -0600 |
---|---|---|
committer | Kim Phillips <kim.phillips@freescale.com> | 2012-01-09 20:10:34 -0600 |
commit | c947c12e7805e5562b5c803f74eaceba8c66ba56 (patch) | |
tree | 1561e8e92fcca94eb6b8e4ce23cc7ce464e0ab0f /include/configs/MPC8313ERDB.h | |
parent | f5a474bd7ac44385ea8e852129ab4f6ae5c6d6d3 (diff) | |
download | u-boot-c947c12e7805e5562b5c803f74eaceba8c66ba56.zip u-boot-c947c12e7805e5562b5c803f74eaceba8c66ba56.tar.gz u-boot-c947c12e7805e5562b5c803f74eaceba8c66ba56.tar.bz2 |
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/MPC8313ERDB.h b/include/configs/MPC8313ERDB.h index 39bdcf8..863c9b9 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 |