Skip to content

Commit

Permalink
ARM: sama5d3: change the nand partition table
Browse files Browse the repository at this point in the history
Signed-off-by: Bo Shen <[email protected]>
  • Loading branch information
Bo Shen authored and JoshWu committed Jan 30, 2013
1 parent b20fd61 commit 8978bda
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions include/configs/at91sama5ek.h
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,10 @@
#else
#define CONFIG_BOOTARGS \
"console=ttyS0,115200 earlyprintk " \
"mtdparts=atmel_nand:8M(bootstrap/uboot/kernel)ro,-(rootfs)" \
"rw rootfstype=ubifs ubi.mtd=1 root=ubi0:rootfs"
"mtdparts=atmel_nand:256k(bootstrap)ro,512k(uboot)ro," \
"256K(env),256k(evn_redundent),256k(spare)," \
"512k(dtb),6M(kernel)ro,-(rootfs) " \
"rootfstype=ubifs ubi.mtd=7 root=ubi0:rootfs"
#endif

#define CONFIG_BAUDRATE 115200
Expand Down

0 comments on commit 8978bda

Please sign in to comment.