summaryrefslogtreecommitdiff
path: root/configs/dockstar_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-06-14 05:57:36 +0300
committerTom Rini <trini@konsulko.com>2022-06-29 00:11:49 +0300
commita331017c237c7da159a1657984250d656ed1c487 (patch)
treed483f40146e31cf0aead714f0d6bf75e27293a89 /configs/dockstar_defconfig
parentbf904ea41883d7dacd77a1c257d10cc89a0ec394 (diff)
downloadu-boot-a331017c237c7da159a1657984250d656ed1c487.tar.xz
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 'configs/dockstar_defconfig')
-rw-r--r--configs/dockstar_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/dockstar_defconfig b/configs/dockstar_defconfig
index 3cb09ea4f7..6f99cdd44b 100644
--- a/configs/dockstar_defconfig
+++ b/configs/dockstar_defconfig
@@ -36,6 +36,7 @@ CONFIG_CMD_EXT2=y
CONFIG_CMD_FAT=y
CONFIG_CMD_JFFS2=y
CONFIG_CMD_MTDPARTS=y
+CONFIG_MTDIDS_DEFAULT="nand0=orion_nand"
CONFIG_MTDPARTS_DEFAULT="mtdparts=orion_nand:1m(uboot),-(root)"
CONFIG_CMD_UBI=y
CONFIG_ISO_PARTITION=y