summaryrefslogtreecommitdiff
path: root/configs/x530_defconfig
diff options
context:
space:
mode:
authorPatrick Delaunay <patrick.delaunay@foss.st.com>2022-12-07 09:26:41 +0100
committerTom Rini <trini@konsulko.com>2022-12-12 16:46:07 -0500
commitbde4a407ea89704e5d2dd6d77140a4d2616c171d (patch)
treea4db7dcc4ae6cd232f15905531ce410cdce3ae0f /configs/x530_defconfig
parent828d7e6022f2ae827aa278fc6bc15efee0d0a6b6 (diff)
downloadu-boot-bde4a407ea89704e5d2dd6d77140a4d2616c171d.tar.gz
configs: x530: move MTDPART/MTDIDS_DEFAULT in defconfig
Replace MTDIDS_DEFAULT and MTDPARTS_DEFAULT in the config include file by CONFIG_MTDIDS_DEFAULT and CONFIG_MTDPARTS_DEFAULT in defconfig to complete the Kconfig migration. Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Diffstat (limited to 'configs/x530_defconfig')
-rw-r--r--configs/x530_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/x530_defconfig b/configs/x530_defconfig
index 2f8be2fcd7..70c08adcde 100644
--- a/configs/x530_defconfig
+++ b/configs/x530_defconfig
@@ -57,6 +57,8 @@ CONFIG_CMD_EXT4=y
CONFIG_CMD_FAT=y
CONFIG_CMD_FS_GENERIC=y
CONFIG_CMD_MTDPARTS=y
+CONFIG_MTDIDS_DEFAULT="nand0=nand"
+CONFIG_MTDPARTS_DEFAULT="mtdparts=nand:240M(user),8M(errlog),8M(nand-bbt)"
CONFIG_CMD_UBI=y
CONFIG_ENV_OVERWRITE=y
CONFIG_ARP_TIMEOUT=200