Skip to content

Commit f58cce3

Browse files
committed
ci20: Reduce boot partition to 64Mb
Signed-off-by: Matt Redfearn <matt.redfearn@imgtec.com>
1 parent 15caefa commit f58cce3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/configs/ci20.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
#define CONFIG_MTD_DEVICE
171171
#define CONFIG_MTD_PARTITIONS
172172
#define MTDIDS_DEFAULT "nand0=nand"
173-
#define MTDPARTS_DEFAULT "mtdparts=nand:8m(uboot-spl),2m(uboot),2m(uboot-env),128m(boot),-(system)"
173+
#define MTDPARTS_DEFAULT "mtdparts=nand:8m(uboot-spl),2m(uboot),2m(uboot-env),64m(boot),-(system)"
174174

175175
/*
176176
* MMC

0 commit comments

Comments
 (0)