All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] microblaze: Do not force saving variables to flash
@ 2018-07-16 11:38 Michal Simek
  0 siblings, 0 replies; only message in thread
From: Michal Simek @ 2018-07-16 11:38 UTC (permalink / raw)
  To: u-boot

There is no reason to save variables to flash only.
Select option via Kconfig instead.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

There is dependency on:
https://lists.denx.de/pipermail/u-boot/2018-July/334899.html

---
 arch/microblaze/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/microblaze/Kconfig b/arch/microblaze/Kconfig
index dcc502b1ff7a..c56459345136 100644
--- a/arch/microblaze/Kconfig
+++ b/arch/microblaze/Kconfig
@@ -15,7 +15,6 @@ config TARGET_MICROBLAZE_GENERIC
 	select OF_CONTROL
 	select DM
 	select DM_SERIAL
-	select ENV_IS_IN_FLASH
 	select SYSRESET
 
 endchoice
-- 
1.9.1

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-07-16 11:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-16 11:38 [U-Boot] [PATCH] microblaze: Do not force saving variables to flash Michal Simek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.