commit | 41f661d2eda82d2f95c7164889e5c7cb7f421b49 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jul 23 21:19:41 2017 -0600 |
committer | Tom Rini <trini@konsulko.com> | Tue Jul 25 21:20:02 2017 -0400 |
tree | 4ba2865dc229971373e8482d990af28c9eea3838 | |
parent | a19d3d2998fe1c535d2c8906d0eedc453f1b84a2 [diff] [blame] |
Convert CONFIG_ENV_IS_IN_FLASH to Kconfig This converts the following to Kconfig: CONFIG_ENV_IS_IN_FLASH Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/arch/microblaze/Kconfig b/arch/microblaze/Kconfig index 80d85e4..20fa25b 100644 --- a/arch/microblaze/Kconfig +++ b/arch/microblaze/Kconfig
@@ -15,6 +15,7 @@ select OF_CONTROL select DM select DM_SERIAL + select ENV_IS_IN_FLASH endchoice