]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
added missing rootfs partition to mtdparts REL_1_1_6_KARO
authorlothar <lothar>
Thu, 24 May 2007 09:03:51 +0000 (09:03 +0000)
committerlothar <lothar>
Thu, 24 May 2007 09:03:51 +0000 (09:03 +0000)
include/configs/triton320.h

index 5af7c1a53d31d33d6f6f80a146c0a6197a99fffb..b11ba13eb7ca2dbc15cd0263fb842687535cd70d 100755 (executable)
 /* mtdparts command line support */
 #define CONFIG_JFFS2_CMDLINE
 #define MTDIDS_DEFAULT         "nand0=triton320-nand"
-#define MTDPARTS_DEFAULT       "mtdparts=triton320-nand:128k(sbootl),256k(u-boot),128k(env),2m(linux_kernel),83456k(userfs),32m(wince);" 
+#define MTDPARTS_DEFAULT       "mtdparts=triton320-nand:128k(sbootl),256k(u-boot),128k(env),2m(linux_kernel),12m(rootfs),83456k(userfs),32m(wince);" 
 
 #endif /* __CONFIG_H */