From: Michal Simek Date: Mon, 16 Jul 2018 11:37:28 +0000 (+0200) Subject: microblaze: Do not force saving variables to flash X-Git-Tag: v2018.09-rc1~141^2~17 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=28a961aa0b5c5446ae20913e26fa0db765a32f96;p=oweals%2Fu-boot.git 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 --- 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