public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 2/2] board/km: drop CONFIG_KM_ROOTFSSIZE
@ 2022-10-17  9:45 Holger Brunck
  2022-10-24 12:23 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Holger Brunck @ 2022-10-17  9:45 UTC (permalink / raw)
  To: u-boot; +Cc: Tom Rini, Holger Brunck

This unused nowadays and can be dropped.

Signed-off-by: Holger Brunck <holger.brunck@hitachienergy.com>
---
 include/configs/km/km-powerpc.h | 3 ---
 include/configs/kmcent2.h       | 3 ---
 scripts/config_whitelist.txt    | 1 -
 3 files changed, 7 deletions(-)

diff --git a/include/configs/km/km-powerpc.h b/include/configs/km/km-powerpc.h
index 20a36fbe11..424caa0df9 100644
--- a/include/configs/km/km-powerpc.h
+++ b/include/configs/km/km-powerpc.h
@@ -21,11 +21,8 @@
  * @CONFIG_KM_RESERVED_PRAM: reserved pram for special purpose
  * @CONFIG_KM_PHRAM: address for /var
  * @CONFIG_KM_PNVRAM: address for PNVRAM (for the application)
- * @CONFIG_KM_ROOTFSSIZE: address for rootfilesystem in RAM
  */
 
-/* size of rootfs in RAM */
-#define CONFIG_KM_ROOTFSSIZE	0x0
 /* set the default PRAM value to at least PNVRAM + PHRAM when pram env variable
  * is not valid yet, which is the case for when u-boot copies itself to RAM */
 #define CONFIG_PRAM		((CONFIG_KM_PNVRAM + CONFIG_KM_PHRAM)>>10)
diff --git a/include/configs/kmcent2.h b/include/configs/kmcent2.h
index 0d470c4b4a..1b1900179e 100644
--- a/include/configs/kmcent2.h
+++ b/include/configs/kmcent2.h
@@ -179,11 +179,8 @@
  * @CONFIG_KM_RESERVED_PRAM: reserved pram for special purpose
  * @CONFIG_KM_PHRAM: address for /var
  * @CONFIG_KM_PNVRAM: address for PNVRAM (for the application)
- * @CONFIG_KM_ROOTFSSIZE: address for rootfilesystem in RAM
  */
 
-/* size of rootfs in RAM */
-#define CONFIG_KM_ROOTFSSIZE	0x0
 /* set the default PRAM value to at least PNVRAM + PHRAM when pram env variable
  * is not valid yet, which is the case for when u-boot copies itself to RAM
  */
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt
index 7cf82f1a90..3ee6741285 100644
--- a/scripts/config_whitelist.txt
+++ b/scripts/config_whitelist.txt
@@ -246,7 +246,6 @@ CONFIG_KM_DEF_ENV_FLASH_BOOT
 CONFIG_KM_DEV_ENV_FLASH_BOOT_UBI
 CONFIG_KM_ECC_MODE
 CONFIG_KM_NEW_ENV
-CONFIG_KM_ROOTFSSIZE
 CONFIG_KM_UBI_LINUX_MTD
 CONFIG_KM_UBI_PARTITION_NAME_APP
 CONFIG_KM_UBI_PARTITION_NAME_BOOT
-- 
2.37.0.rc2.2.g39c15e4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 2/2] board/km: drop CONFIG_KM_ROOTFSSIZE
  2022-10-17  9:45 [PATCH 2/2] board/km: drop CONFIG_KM_ROOTFSSIZE Holger Brunck
@ 2022-10-24 12:23 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2022-10-24 12:23 UTC (permalink / raw)
  To: Holger Brunck; +Cc: u-boot

[-- Attachment #1: Type: text/plain, Size: 229 bytes --]

On Mon, Oct 17, 2022 at 11:45:21AM +0200, Holger Brunck wrote:

> This unused nowadays and can be dropped.
> 
> Signed-off-by: Holger Brunck <holger.brunck@hitachienergy.com>

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-10-24 12:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-17  9:45 [PATCH 2/2] board/km: drop CONFIG_KM_ROOTFSSIZE Holger Brunck
2022-10-24 12:23 ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox