public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH] configs: rockchip: rock-pi-s: enable environment
@ 2024-03-05  2:10 Trevor Woerner
  2024-03-05  2:10 ` [PATCH] configs: rockchip: rock3a: " Trevor Woerner
                   ` (3 more replies)
  0 siblings, 4 replies; 17+ messages in thread
From: Trevor Woerner @ 2024-03-05  2:10 UTC (permalink / raw)
  To: U-Boot Mailing List
  Cc: Akash Gajjar, Tom Rini, Kever Yang, FUKAUMI Naoki,
	Massimo Pegorer, Simon Glass, Pegorer Massimo

Following the pattern of other Rockchip devices, enable the U-Boot environment
to be stored in MMC. This patch specifically assumes the environment will be
stored on the SDcard.

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
---
 configs/rock-pi-s-rk3308_defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/configs/rock-pi-s-rk3308_defconfig b/configs/rock-pi-s-rk3308_defconfig
index 9908a4b4f457..af2cddcc2553 100644
--- a/configs/rock-pi-s-rk3308_defconfig
+++ b/configs/rock-pi-s-rk3308_defconfig
@@ -54,7 +54,9 @@ CONFIG_EFI_PARTITION_ENTRIES_NUMBERS=64
 CONFIG_SPL_OF_CONTROL=y
 CONFIG_OF_LIVE=y
 CONFIG_OF_SPL_REMOVE_PROPS="pinctrl-0 pinctrl-names clock-names interrupt-parent assigned-clocks assigned-clock-rates assigned-clock-parents"
+CONFIG_ENV_IS_IN_MMC=y
 CONFIG_SYS_RELOC_GD_ENV_ADDR=y
+CONFIG_SYS_MMC_ENV_DEV=1
 CONFIG_REGMAP=y
 CONFIG_SYSCON=y
 CONFIG_CLK=y
-- 
2.43.0.76.g1a87c842ece3


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

end of thread, other threads:[~2024-03-06  9:54 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-05  2:10 [PATCH] configs: rockchip: rock-pi-s: enable environment Trevor Woerner
2024-03-05  2:10 ` [PATCH] configs: rockchip: rock3a: " Trevor Woerner
2024-03-05  9:29   ` Jonas Karlman
2024-03-05  2:10 ` [PATCH] configs: rockchip: rock5a: " Trevor Woerner
2024-03-05  5:40   ` Eugen Hristev
2024-03-05  9:17     ` Jonas Karlman
2024-03-05 13:45       ` Trevor Woerner
2024-03-05 17:01         ` Jonas Karlman
2024-03-06  9:53     ` Kever Yang
2024-03-05  2:10 ` [PATCH] configs: rockchip: rock5b: " Trevor Woerner
2024-03-05  9:31   ` Jonas Karlman
2024-03-05  9:36     ` Christopher Obbard
2024-03-05 10:09       ` Jonas Karlman
2024-03-05 10:11       ` Quentin Schulz
2024-03-05 14:32         ` Jonas Karlman
2024-03-05 13:39       ` Dragan Simic
2024-03-05  9:55 ` [PATCH] configs: rockchip: rock-pi-s: " Jonas Karlman

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