diff options
Diffstat (limited to 'include/configs/pcm058.h')
-rw-r--r-- | include/configs/pcm058.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/pcm058.h b/include/configs/pcm058.h index e87b6409ba..cff71df1c9 100644 --- a/include/configs/pcm058.h +++ b/include/configs/pcm058.h @@ -37,8 +37,6 @@ "mmcboot=run mmcloadfit;run mmcargs;bootm ${loadaddr}\0" #define ENV_NAND \ - "mtdids=" CONFIG_MTDIDS_DEFAULT "\0" \ - "mtdparts=" CONFIG_MTDPARTS_DEFAULT "\0" \ "nandroot=ubi0:root ubi.mtd=rootfs\0" \ "nandrootfstype=ubifs\0" \ "nandargs=setenv bootargs root=${nandroot} " \ |