diff options
author | Tom Rini | 2022-06-13 22:57:36 -0400 |
---|---|---|
committer | Tom Rini | 2022-06-28 17:11:49 -0400 |
commit | a331017c237c7da159a1657984250d656ed1c487 (patch) | |
tree | d483f40146e31cf0aead714f0d6bf75e27293a89 /configs/ib62x0_defconfig | |
parent | bf904ea41883d7dacd77a1c257d10cc89a0ec394 (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 'configs/ib62x0_defconfig')
-rw-r--r-- | configs/ib62x0_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ib62x0_defconfig b/configs/ib62x0_defconfig index 4771e720c9b..6ed3d68cd9c 100644 --- a/configs/ib62x0_defconfig +++ b/configs/ib62x0_defconfig @@ -37,6 +37,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:0xe0000@0x0(uboot),0x20000@0xe0000(uboot_env),-@0x100000(root)" CONFIG_CMD_UBI=y CONFIG_ISO_PARTITION=y |