diff options
author | Tom Rini <trini@konsulko.com> | 2022-06-13 22:57:36 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-06-28 17:11:49 -0400 |
commit | a331017c237c7da159a1657984250d656ed1c487 (patch) | |
tree | d483f40146e31cf0aead714f0d6bf75e27293a89 /include/configs/pm9261.h | |
parent | bf904ea41883d7dacd77a1c257d10cc89a0ec394 (diff) | |
download | u-boot-a331017c237c7da159a1657984250d656ed1c487.tar.gz |
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/pm9261.h')
-rw-r--r-- | include/configs/pm9261.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/pm9261.h b/include/configs/pm9261.h index 921f92bd01..bc15cdb446 100644 --- a/include/configs/pm9261.h +++ b/include/configs/pm9261.h @@ -161,8 +161,6 @@ #define CONFIG_SYS_USB_OHCI_MAX_ROOT_PORTS 2 #define CONFIG_EXTRA_ENV_SETTINGS \ - "mtdids=" CONFIG_MTDIDS_DEFAULT "\0" \ - "mtdparts=" CONFIG_MTDPARTS_DEFAULT "\0" \ "partition=nand0,0\0" \ "ramargs=setenv bootargs $(bootargs) $(mtdparts)\0" \ "nfsargs=setenv bootargs root=/dev/nfs rw " \ |