projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a69366
)
microblaze: Do not force saving variables to flash
author
Michal Simek
<michal.simek@xilinx.com>
Mon, 16 Jul 2018 11:37:28 +0000
(13:37 +0200)
committer
Michal Simek
<michal.simek@xilinx.com>
Thu, 19 Jul 2018 08:49:55 +0000
(10:49 +0200)
There is no reason to save variables to flash only.
Select option via Kconfig instead.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/microblaze/Kconfig
patch
|
blob
|
history
diff --git
a/arch/microblaze/Kconfig
b/arch/microblaze/Kconfig
index
dcc502b
..
c564593
100644
(file)
--- 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