From 88b233a347378dc51113e9ef7ffe62723c9b7758 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sun, 23 Jul 2017 21:19:42 -0600 Subject: Convert CONFIG_ENV_IS_IN_NVRAM to Kconfig This converts the following to Kconfig: CONFIG_ENV_IS_IN_NVRAM Signed-off-by: Simon Glass --- include/configs/M54418TWR.h | 1 - include/configs/highbank.h | 1 - 2 files changed, 2 deletions(-) (limited to 'include/configs') diff --git a/include/configs/M54418TWR.h b/include/configs/M54418TWR.h index 0eb56c07b4..f55843a8f4 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 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 */ -- cgit