diff options
author | Michal Simek <michal.simek@xilinx.com> | 2018-07-16 13:37:28 +0200 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2018-07-19 10:49:55 +0200 |
commit | 28a961aa0b5c5446ae20913e26fa0db765a32f96 (patch) | |
tree | 8cd373287de2fd5eb529290fe240f664f34833f1 /arch | |
parent | 4a693669670fffd9a614c8c5c9f5ba027fd0185e (diff) | |
download | u-boot-28a961aa0b5c5446ae20913e26fa0db765a32f96.tar.gz u-boot-28a961aa0b5c5446ae20913e26fa0db765a32f96.tar.xz u-boot-28a961aa0b5c5446ae20913e26fa0db765a32f96.zip |
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/microblaze/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/microblaze/Kconfig b/arch/microblaze/Kconfig index dcc502b1ff..c564593451 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 |