mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
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>
This commit is contained in:
parent
828d7e6022
commit
bde4a407ea
2 changed files with 2 additions and 2 deletions
|
@ -57,6 +57,8 @@ CONFIG_CMD_EXT4=y
|
||||||
CONFIG_CMD_FAT=y
|
CONFIG_CMD_FAT=y
|
||||||
CONFIG_CMD_FS_GENERIC=y
|
CONFIG_CMD_FS_GENERIC=y
|
||||||
CONFIG_CMD_MTDPARTS=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_CMD_UBI=y
|
||||||
CONFIG_ENV_OVERWRITE=y
|
CONFIG_ENV_OVERWRITE=y
|
||||||
CONFIG_ARP_TIMEOUT=200
|
CONFIG_ARP_TIMEOUT=200
|
||||||
|
|
|
@ -32,8 +32,6 @@
|
||||||
|
|
||||||
/* SPI NOR flash default params, used by sf commands */
|
/* SPI NOR flash default params, used by sf commands */
|
||||||
|
|
||||||
#define MTDIDS_DEFAULT "nand0=nand"
|
|
||||||
#define MTDPARTS_DEFAULT "mtdparts=nand:240M(user),8M(errlog),8M(nand-bbt)"
|
|
||||||
#define MTDPARTS_MTDOOPS "errlog"
|
#define MTDPARTS_MTDOOPS "errlog"
|
||||||
|
|
||||||
/* Partition support */
|
/* Partition support */
|
||||||
|
|
Loading…
Reference in a new issue