diff options
author | Patrick Delaunay <patrick.delaunay@foss.st.com> | 2022-12-07 09:26:41 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-12-12 16:46:07 -0500 |
commit | bde4a407ea89704e5d2dd6d77140a4d2616c171d (patch) | |
tree | a4db7dcc4ae6cd232f15905531ce410cdce3ae0f /include/configs/x530.h | |
parent | 828d7e6022f2ae827aa278fc6bc15efee0d0a6b6 (diff) | |
download | u-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 'include/configs/x530.h')
-rw-r--r-- | include/configs/x530.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/x530.h b/include/configs/x530.h index dee87cb773..c213dc6074 100644 --- a/include/configs/x530.h +++ b/include/configs/x530.h @@ -32,8 +32,6 @@ /* 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" /* Partition support */ |