aboutsummaryrefslogtreecommitdiff
path: root/include/configs/dockstar.h
diff options
context:
space:
mode:
authorTom Rini2022-06-13 22:57:36 -0400
committerTom Rini2022-06-28 17:11:49 -0400
commita331017c237c7da159a1657984250d656ed1c487 (patch)
treed483f40146e31cf0aead714f0d6bf75e27293a89 /include/configs/dockstar.h
parentbf904ea41883d7dacd77a1c257d10cc89a0ec394 (diff)
Complete migration of MTDPARTS_DEFAULT / MTDIDS_DEFAULT, include in environment
- Ensure that everyone setting mtdids= and mtdparts= is doing so via the CONFIG options. - If the CONFIG options are set, ensure that the default environment sets mtdparts / mtdids. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/dockstar.h')
-rw-r--r--include/configs/dockstar.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/dockstar.h b/include/configs/dockstar.h
index 381a189149e..33ae7d654b0 100644
--- a/include/configs/dockstar.h
+++ b/include/configs/dockstar.h
@@ -24,8 +24,6 @@
#define CONFIG_EXTRA_ENV_SETTINGS \
"console=console=ttyS0,115200\0" \
- "mtdids=nand0=orion_nand\0" \
- "mtdparts=" CONFIG_MTDPARTS_DEFAULT \
"kernel=/boot/uImage\0" \
"initrd=/boot/uInitrd\0" \
"bootargs_root=ubi.mtd=1 root=ubi0:root rootfstype=ubifs ro\0"