diff options
author | Holger Brunck <holger.brunck@hitachienergy.com> | 2024-11-14 19:06:54 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-11-15 13:11:51 -0600 |
commit | f39199e8096dab68fe4a8e15f8ff60026a5fe491 (patch) | |
tree | 3d5a2ed9efa6ca95da2bd8fab25186e0a96a7b17 | |
parent | 6e988fde65b0a89d49c20553d47a8ec1e5461c12 (diff) | |
download | u-boot-f39199e8096dab68fe4a8e15f8ff60026a5fe491.tar.gz |
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 <holger.brunck@hitachienergy.com>
-rw-r--r-- | configs/kmcoge5ne_defconfig | 1 | ||||
-rw-r--r-- | configs/kmeter1_defconfig | 1 | ||||
-rw-r--r-- | configs/kmopti2_defconfig | 1 | ||||
-rw-r--r-- | configs/kmsupx5_defconfig | 1 | ||||
-rw-r--r-- | configs/kmtepr2_defconfig | 1 | ||||
-rw-r--r-- | configs/tuge1_defconfig | 1 | ||||
-rw-r--r-- | configs/tuxx1_defconfig | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/configs/kmcoge5ne_defconfig b/configs/kmcoge5ne_defconfig index 211880bfcaa..6b2fc2ec6e7 100644 --- a/configs/kmcoge5ne_defconfig +++ b/configs/kmcoge5ne_defconfig @@ -152,7 +152,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,nand0=app" CONFIG_MTDPARTS_DEFAULT="mtdparts=boot:768k(u-boot),128k(env),128k(envred),-(ubi0);app:-(ubi1);" 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);" diff --git a/configs/kmopti2_defconfig b/configs/kmopti2_defconfig index 28ad18ec32f..df419b01c68 100644 --- a/configs/kmopti2_defconfig +++ b/configs/kmopti2_defconfig @@ -138,7 +138,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);" diff --git a/configs/kmsupx5_defconfig b/configs/kmsupx5_defconfig index 42ced44f5c1..1436860f1cc 100644 --- a/configs/kmsupx5_defconfig +++ b/configs/kmsupx5_defconfig @@ -123,7 +123,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);" diff --git a/configs/kmtepr2_defconfig b/configs/kmtepr2_defconfig index 3488e268e7b..cce7a044aee 100644 --- a/configs/kmtepr2_defconfig +++ b/configs/kmtepr2_defconfig @@ -137,7 +137,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);" diff --git a/configs/tuge1_defconfig b/configs/tuge1_defconfig index 10f60551ab1..d1b771993cf 100644 --- a/configs/tuge1_defconfig +++ b/configs/tuge1_defconfig @@ -123,7 +123,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);" diff --git a/configs/tuxx1_defconfig b/configs/tuxx1_defconfig index 816ac8ffac8..1dc737e4954 100644 --- a/configs/tuxx1_defconfig +++ b/configs/tuxx1_defconfig @@ -137,7 +137,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);" |