diff options
Diffstat (limited to 'include/configs/dockstar.h')
-rw-r--r-- | include/configs/dockstar.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/configs/dockstar.h b/include/configs/dockstar.h index 2389086597..1802a6e5c0 100644 --- a/include/configs/dockstar.h +++ b/include/configs/dockstar.h @@ -51,12 +51,10 @@ "ubifsload 0x1100000 ${initrd}; " \ "bootm 0x800000 0x1100000" -#define CONFIG_MTDPARTS "mtdparts=orion_nand:1m(uboot),-(root)\0" - #define CONFIG_EXTRA_ENV_SETTINGS \ "console=console=ttyS0,115200\0" \ "mtdids=nand0=orion_nand\0" \ - "mtdparts="CONFIG_MTDPARTS \ + "mtdparts="CONFIG_MTDPARTS_DEFAULT \ "kernel=/boot/uImage\0" \ "initrd=/boot/uInitrd\0" \ "bootargs_root=ubi.mtd=1 root=ubi0:root rootfstype=ubifs ro\0" |