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/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"