diff options
author | Heiko Schocher <hs@denx.de> | 2010-12-17 10:11:27 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-12-17 20:15:12 +0100 |
commit | 5624d66a4e191677bb58244a4a291117cc726152 (patch) | |
tree | c2dbf41647b24abafff0fdc499911065eabdbdb2 /include/configs/charon.h | |
parent | 259bff7ce8611e02a542549749f622294d52d8e6 (diff) | |
download | u-boot-imx-5624d66a4e191677bb58244a4a291117cc726152.zip u-boot-imx-5624d66a4e191677bb58244a4a291117cc726152.tar.gz u-boot-imx-5624d66a4e191677bb58244a4a291117cc726152.tar.bz2 |
mpc52xx, charon: change mtd default partitions
New default partitions on nor flash:
640k (firmware)
1408k (kernel)
2m (initrd)
4m (small-fs)
24320k (big-fs)
256k (dts)
Signed-off-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'include/configs/charon.h')
-rw-r--r-- | include/configs/charon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/charon.h b/include/configs/charon.h index 80a273c..f29ceaf 100644 --- a/include/configs/charon.h +++ b/include/configs/charon.h @@ -47,6 +47,7 @@ "bootfile=/tftpboot/charon/uImage\0" \ "fdt_file=/tftpboot/charon/charon.dtb\0" \ "u-boot=/tftpboot/charon/u-boot.bin\0" \ + "mtdparts=" MTDPARTS_DEFAULT "\0" \ "addmtd=setenv bootargs ${bootargs} ${mtdparts}\0" |