aboutsummaryrefslogtreecommitdiff
path: root/include/configs/aristainetos2.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-06-13 22:57:36 -0400
committerTom Rini <trini@konsulko.com>2022-06-28 17:11:49 -0400
commita331017c237c7da159a1657984250d656ed1c487 (patch)
treed483f40146e31cf0aead714f0d6bf75e27293a89 /include/configs/aristainetos2.h
parentbf904ea41883d7dacd77a1c257d10cc89a0ec394 (diff)
downloadu-boot-a331017c237c7da159a1657984250d656ed1c487.zip
u-boot-a331017c237c7da159a1657984250d656ed1c487.tar.gz
u-boot-a331017c237c7da159a1657984250d656ed1c487.tar.bz2
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/aristainetos2.h')
-rw-r--r--include/configs/aristainetos2.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/aristainetos2.h b/include/configs/aristainetos2.h
index 0c44f74..8997c6a 100644
--- a/include/configs/aristainetos2.h
+++ b/include/configs/aristainetos2.h
@@ -110,9 +110,6 @@
"splashpos=m,m\0" \
"console=" CONSOLE_DEV "\0" \
"emmcroot=/dev/mmcblk1p1 rootwait rw\0" \
- "mtdids=nor0=spi0.0\0" \
- "mtdparts=mtdparts=spi0.0:832k(u-boot),64k(env),64k(env-red)," \
- "-(ubi-nor)\0" \
"mk_fitfile_path=setenv fit_file /${sysnum}/system.itb\0" \
"mk_rescue_fitfile_path=setenv rescue_fit_file /${rescue_sysnum}/system.itb\0" \
"mk_uboot_path=setenv uboot /${sysnum}/u-boot.imx\0" \