From d91013034a3222137a5ac4d82aa45f15bd6ff284 Mon Sep 17 00:00:00 2001 From: Alex Kiernan Date: Sun, 1 Apr 2018 16:37:53 +0000 Subject: Migrate CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG to Kconfig Convert CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG to Kconfig Signed-off-by: Alex Kiernan Reviewed-by: Lukasz Majewski Reviewed-by: Petr Vorel Reviewed-by: Petr Vorel --- include/configs/odroid.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/odroid.h') diff --git a/include/configs/odroid.h b/include/configs/odroid.h index 2c8ee7a7fe2..8faa7a33fcb 100644 --- a/include/configs/odroid.h +++ b/include/configs/odroid.h @@ -185,7 +185,6 @@ * TODO: Add Odroid X support */ #define CONFIG_MISC_COMMON -#define CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG #define CONFIG_BOARD_TYPES #define CONFIG_MISC_INIT_R -- cgit