diff options
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 80a273c7e1..f29ceafb6b 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" |