diff options
| author | Patrick Delaunay <[email protected]> | 2022-12-07 09:26:40 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-12-12 16:46:07 -0500 |
| commit | 828d7e6022f2ae827aa278fc6bc15efee0d0a6b6 (patch) | |
| tree | d2daa45dcf73a34287952026cb15c7f4cbb7fe0f /include | |
| parent | 1e1c51f8ace8717f972ccad37616e3b6488e92ad (diff) | |
configs: am333x_guardian: move MTDIDS_DEFAULT in defconfif
Replace MTDIDS_DEFAULT in config include file by CONFIG_MTDIDS_DEFAULT
in defonfig to complete the Kconfig migration
Signed-off-by: Patrick Delaunay <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/am335x_guardian.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/am335x_guardian.h b/include/configs/am335x_guardian.h index 7c5e7ce475e..a5b83b0c25d 100644 --- a/include/configs/am335x_guardian.h +++ b/include/configs/am335x_guardian.h @@ -115,7 +115,6 @@ } #define CFG_SYS_NAND_ECCSIZE 512 #define CFG_SYS_NAND_ECCBYTES 26 -#define MTDIDS_DEFAULT "nand0=nand.0" #endif /* CONFIG_MTD_RAW_NAND */ |
