summaryrefslogtreecommitdiff
path: root/include/configs/highbank.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-07-23 21:19:42 -0600
committerTom Rini <trini@konsulko.com>2017-07-25 21:21:24 -0400
commit88b233a347378dc51113e9ef7ffe62723c9b7758 (patch)
tree29e5fb17e8b3ea0d93f8d51e1c5d03404f9836a3 /include/configs/highbank.h
parent85fc970d74d09f33fcdcc649e73c5dc4f5334605 (diff)
Convert CONFIG_ENV_IS_IN_NVRAM to Kconfig
This converts the following to Kconfig: CONFIG_ENV_IS_IN_NVRAM Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/highbank.h')
-rw-r--r--include/configs/highbank.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/highbank.h b/include/configs/highbank.h
index 533d3e3f82..0328c4100b 100644
--- a/include/configs/highbank.h
+++ b/include/configs/highbank.h
@@ -74,7 +74,6 @@
/* Environment data setup
*/
-#define CONFIG_ENV_IS_IN_NVRAM
#define CONFIG_SYS_NVRAM_BASE_ADDR 0xfff88000 /* NVRAM base address */
#define CONFIG_SYS_NVRAM_SIZE 0x8000 /* NVRAM size */
#define CONFIG_ENV_SIZE 0x2000 /* Size of Environ */