commit | 28a961aa0b5c5446ae20913e26fa0db765a32f96 | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Mon Jul 16 13:37:28 2018 +0200 |
committer | Michal Simek <michal.simek@xilinx.com> | Thu Jul 19 10:49:55 2018 +0200 |
tree | 8cd373287de2fd5eb529290fe240f664f34833f1 | |
parent | 4a693669670fffd9a614c8c5c9f5ba027fd0185e [diff] |
microblaze: Do not force saving variables to flash There is no reason to save variables to flash only. Select option via Kconfig instead. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
diff --git a/arch/microblaze/Kconfig b/arch/microblaze/Kconfig index dcc502b..c564593 100644 --- a/arch/microblaze/Kconfig +++ b/arch/microblaze/Kconfig
@@ -15,7 +15,6 @@ select OF_CONTROL select DM select DM_SERIAL - select ENV_IS_IN_FLASH select SYSRESET endchoice