X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fconfigs%2Ftam3517-common.h;h=4c4321d2ff3606d700445648eed2dbe9d67a33ff;hb=d060b00eff2124ad841d72aff47de5d516ead242;hp=842fd130b70e903dfeca9c5cbd60518a0742458c;hpb=8c589d6fef14924647e325450644cc72eed83579;p=u-boot diff --git a/include/configs/tam3517-common.h b/include/configs/tam3517-common.h index 842fd130b7..4c4321d2ff 100644 --- a/include/configs/tam3517-common.h +++ b/include/configs/tam3517-common.h @@ -297,8 +297,8 @@ /* Setup MTD for NAND on the SOM */ #define MTDIDS_DEFAULT "nand0=omap2-nand.0" #define MTDPARTS_DEFAULT "mtdparts=omap2-nand.0:512k(MLO)," \ - "512k(u-boot),128k(env1)," \ - "128k(env2),6m(kernel),-(rootfs)" + "1m(u-boot),256k(env1)," \ + "256k(env2),6m(kernel),-(rootfs)" #define xstr(s) str(s) #define str(s) #s