summaryrefslogtreecommitdiff
path: root/include/configs/M54418TWR.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-07-24 03:19:42 (GMT)
committerTom Rini <trini@konsulko.com>2017-07-26 01:21:24 (GMT)
commit88b233a347378dc51113e9ef7ffe62723c9b7758 (patch)
tree29e5fb17e8b3ea0d93f8d51e1c5d03404f9836a3 /include/configs/M54418TWR.h
parent85fc970d74d09f33fcdcc649e73c5dc4f5334605 (diff)
downloadu-boot-88b233a347378dc51113e9ef7ffe62723c9b7758.tar.xz
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/M54418TWR.h')
-rw-r--r--include/configs/M54418TWR.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/M54418TWR.h b/include/configs/M54418TWR.h
index 0eb56c0..f55843a 100644
--- a/include/configs/M54418TWR.h
+++ b/include/configs/M54418TWR.h
@@ -272,7 +272,6 @@
* Environment is embedded in u-boot in the second sector of the flash
*/
#if !defined(CONFIG_SERIAL_BOOT) /*MRAM boot*/
-#define CONFIG_ENV_IS_IN_MRAM 1
#define CONFIG_ENV_ADDR (0x40000 - 0x1000) /*MRAM size 40000*/
#define CONFIG_ENV_SIZE 0x1000
#endif