Skip to content

Commit

Permalink
Fix NAND partitions
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-buerkler-enclustra committed Jan 6, 2023
1 parent 904a721 commit efb0e92
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions include/configs/enclustra_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@

#define MTDIDS_DEFAULT "nand0=nand"
#define MTDPARTS_DEFAULT "mtdparts=" \
"nand:5M(nand-linux)," \
"1M(nand-device-tree)," \
"nand:32M(nand-linux)," \
"1M(nand-bootscript)," \
"11M(ubi-env)," \
"-(nand-rootfs)"

#define ENVIRONMENT_SIZE "0x18000"
Expand Down

0 comments on commit efb0e92

Please sign in to comment.