public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 1/3] configs: rzg2_beacon: Disable the ability to remove devices
@ 2023-10-25 23:13 Adam Ford
  2023-10-25 23:13 ` [PATCH 2/3] configs: rzg2_beacon: Realign ENV location and offset Adam Ford
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Adam Ford @ 2023-10-25 23:13 UTC (permalink / raw)
  To: u-boot; +Cc: marex, aford, Adam Ford

In order to save some space, disable the ability to dynamically
remove devices.  Without this, U-Boot is too large to load without
recompiling TF-A.

Signed-off-by: Adam Ford <aford173@gmail.com>

diff --git a/configs/rzg2_beacon_defconfig b/configs/rzg2_beacon_defconfig
index 73abe966b8..7b14d225b5 100644
--- a/configs/rzg2_beacon_defconfig
+++ b/configs/rzg2_beacon_defconfig
@@ -48,6 +48,7 @@ CONFIG_ENV_OVERWRITE=y
 CONFIG_ENV_IS_IN_MMC=y
 CONFIG_SYS_MMC_ENV_PART=2
 CONFIG_VERSION_VARIABLE=y
+# CONFIG_DM_DEVICE_REMOVE is not set
 CONFIG_REGMAP=y
 CONFIG_SYSCON=y
 CONFIG_CLK=y
-- 
2.40.1


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

end of thread, other threads:[~2023-11-19 20:06 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-25 23:13 [PATCH 1/3] configs: rzg2_beacon: Disable the ability to remove devices Adam Ford
2023-10-25 23:13 ` [PATCH 2/3] configs: rzg2_beacon: Realign ENV location and offset Adam Ford
2023-10-31 15:13   ` Adam Ford
2023-11-19 20:05     ` Marek Vasut
2023-10-25 23:13 ` [PATCH 3/3] arm: rmobile: rzg2_beacon: Auto select Linux device tree by SoC Adam Ford
2023-10-26  6:40   ` Marek Vasut
2023-10-27  2:12     ` Adam Ford
2023-11-19 20:06       ` Marek Vasut
2023-10-26  6:39 ` [PATCH 1/3] configs: rzg2_beacon: Disable the ability to remove devices Marek Vasut
2023-10-27  2:11   ` Adam Ford

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