]> git.sur5r.net Git - u-boot/blobdiff - arch/microblaze/Kconfig
Convert CONFIG_ENV_IS_IN_FLASH to Kconfig
[u-boot] / arch / microblaze / Kconfig
index 077b2a7d5ec1dd357bb8ccbfb88df93019efce5d..20fa25b5ccb2a3ccc07db03f5a1f0496d00aeab5 100644 (file)
@@ -10,7 +10,12 @@ choice
 
 config TARGET_MICROBLAZE_GENERIC
        bool "Support microblaze-generic"
+       select BOARD_LATE_INIT
        select SUPPORT_SPL
+       select OF_CONTROL
+       select DM
+       select DM_SERIAL
+       select ENV_IS_IN_FLASH
 
 endchoice