diff options
| author | Holger Brunck <[email protected]> | 2024-11-14 19:06:54 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-11-15 13:11:51 -0600 |
| commit | f39199e8096dab68fe4a8e15f8ff60026a5fe491 (patch) | |
| tree | 3d5a2ed9efa6ca95da2bd8fab25186e0a96a7b17 /configs/kmeter1_defconfig | |
| parent | 6e988fde65b0a89d49c20553d47a8ec1e5461c12 (diff) | |
km: disable CMD_JFFS2 for all PPC boards
We don't use this feature, we can remove it therefore in the defconfigs.
Signed-off-by: Holger Brunck <[email protected]>
Diffstat (limited to 'configs/kmeter1_defconfig')
| -rw-r--r-- | configs/kmeter1_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/kmeter1_defconfig b/configs/kmeter1_defconfig index b69410b4d3d..55e87b0215a 100644 --- a/configs/kmeter1_defconfig +++ b/configs/kmeter1_defconfig @@ -131,7 +131,6 @@ CONFIG_BOOTP_BOOTFILESIZE=y CONFIG_CMD_DHCP=y CONFIG_CMD_MII=y CONFIG_CMD_PING=y -CONFIG_CMD_JFFS2=y CONFIG_CMD_MTDPARTS=y CONFIG_MTDIDS_DEFAULT="nor0=boot" CONFIG_MTDPARTS_DEFAULT="mtdparts=boot:768k(u-boot),128k(env),128k(envred),-(ubi0);" |
