commit | b31e065f8999d2dc70f3deb430c9b66a5d0d02ea | [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 | 337cd3f211223719a173a89e4527475ac22e8a01 [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"