Explorar el Código

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>
Michal Simek hace 6 años
padre
commit
28a961aa0b
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      arch/microblaze/Kconfig

+ 0 - 1
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