From 85fc970d74d09f33fcdcc649e73c5dc4f5334605 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sun, 23 Jul 2017 21:19:41 -0600 Subject: Convert CONFIG_ENV_IS_IN_FLASH to Kconfig This converts the following to Kconfig: CONFIG_ENV_IS_IN_FLASH Signed-off-by: Simon Glass --- include/configs/boston.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/boston.h') diff --git a/include/configs/boston.h b/include/configs/boston.h index 50aaa7b..2646cf0 100644 --- a/include/configs/boston.h +++ b/include/configs/boston.h @@ -64,7 +64,6 @@ /* * Environment */ -#define CONFIG_ENV_IS_IN_FLASH #define CONFIG_ENV_SECT_SIZE 0x20000 #define CONFIG_ENV_SIZE CONFIG_ENV_SECT_SIZE #ifdef CONFIG_64BIT -- cgit v1.1