summaryrefslogtreecommitdiff
path: root/include/configs/goflexhome.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/goflexhome.h')
-rw-r--r--include/configs/goflexhome.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/configs/goflexhome.h b/include/configs/goflexhome.h
index aaa336e34c..16e55b0c2b 100644
--- a/include/configs/goflexhome.h
+++ b/include/configs/goflexhome.h
@@ -75,13 +75,10 @@
"ubifsload 0x800000 ${kernel}; " \
"bootm 0x800000"
-#define CONFIG_MTDPARTS \
- "mtdparts=orion_nand:1m(uboot),6M(uImage),-(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" \
"bootargs_root=ubi.mtd=root root=ubi0:root rootfstype=ubifs ro\0"