]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
mpc8313erdb: fix mtdparts address
authorScott Wood <scottwood@freescale.com>
Wed, 4 Jan 2012 22:48:26 +0000 (16:48 -0600)
committerKim Phillips <kim.phillips@freescale.com>
Tue, 10 Jan 2012 02:10:34 +0000 (20:10 -0600)
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>
include/configs/MPC8313ERDB.h

index 39bdcf85c54b9ba6d029f6b24fc58355558a1ffd..863c9b9ec01bd27a6c1356befb4d5a0b56451892 100644 (file)
 #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