summaryrefslogtreecommitdiff
path: root/include/configs/usb_a9263.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-07-24 06:19:44 +0300
committerTom Rini <trini@konsulko.com>2017-07-26 04:24:09 +0300
commitef6253d7b321f78d8251c3d3ecfd8991e02b8ca9 (patch)
treea162b3781c982f311b8c2ea4d63bbb5a1d48eed0 /include/configs/usb_a9263.h
parentf0bc2b542beef7636ea4e846fa75cd88d88c82cf (diff)
downloadu-boot-ef6253d7b321f78d8251c3d3ecfd8991e02b8ca9.tar.xz
Convert CONFIG_ENV_IS_IN_DATAFLASH to Kconfig
This converts the following to Kconfig: CONFIG_ENV_IS_IN_DATAFLASH Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/usb_a9263.h')
-rw-r--r--include/configs/usb_a9263.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/usb_a9263.h b/include/configs/usb_a9263.h
index 57e22208c4..335ce4e12e 100644
--- a/include/configs/usb_a9263.h
+++ b/include/configs/usb_a9263.h
@@ -112,7 +112,6 @@
#define CONFIG_SYS_MEMTEST_END 0x23e00000
/* bootstrap + u-boot + env in dataflash on CS0 */
-#define CONFIG_ENV_IS_IN_DATAFLASH
#define CONFIG_SYS_MONITOR_BASE (CONFIG_SYS_DATAFLASH_LOGIC_ADDR_CS0 + 0x4000)
#define CONFIG_ENV_OFFSET 0x2000
#define CONFIG_ENV_ADDR (CONFIG_SYS_DATAFLASH_LOGIC_ADDR_CS0 + \