commit | 85fc970d74d09f33fcdcc649e73c5dc4f5334605 | [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 | e73496d08e2dc60f3e00554c71b92f72cdebf0fd [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/powerpc/Kconfig b/arch/powerpc/Kconfig index e9002a7..8094416 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig
@@ -28,6 +28,7 @@ bool "MPC86xx" select SYS_FSL_DDR select SYS_FSL_DDR_BE + imply ENV_IS_IN_FLASH config 8xx bool "MPC8xx"