commit | 5b32e18eb14e982878c512d06e43c37bf7d87dfc | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jul 23 21:19:47 2017 -0600 |
committer | Tom Rini <trini@konsulko.com> | Tue Jul 25 21:34:15 2017 -0400 |
tree | 371afa81d57c104e7e6f2ba87468f613f9d6461f | |
parent | 8d8f74266e2310a3f12ab5ce13e35a1e76af3817 [diff] [blame] |
Convert CONFIG_ENV_IS_IN_FAT to Kconfig This converts the following to Kconfig: CONFIG_ENV_IS_IN_FAT Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index ab469b3..7f6ab4a 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig
@@ -488,6 +488,7 @@ select DM_GPIO select OF_CONTROL imply FAT_WRITE + imply ENV_IS_IN_FAT config TARGET_VEXPRESS_CA15_TC2 bool "Support vexpress_ca15_tc2"