From ab719522e83a5eb5f19d75a24970163ea92b25c6 Mon Sep 17 00:00:00 2001 From: Jaehoon Chung Date: Thu, 3 May 2018 20:56:46 +0900 Subject: [PATCH] configs: rpi: remove the CONFIG_SPL_FRAMEWORK Remove the CONFIG_SPL_FRAMEWORK config in include/configs/rpi.h. Change-Id: Iff3f2740ddaaa4be16766e66cea29eca140dee02 Signed-off-by: Jaehoon Chung --- include/configs/rpi.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/configs/rpi.h b/include/configs/rpi.h index 53bb791..1e571b8 100644 --- a/include/configs/rpi.h +++ b/include/configs/rpi.h @@ -46,7 +46,6 @@ #define CONFIG_SYS_UBOOT_BASE CONFIG_SYS_TEXT_BASE #ifdef CONFIG_SPL_BUILD -#define CONFIG_SPL_FRAMEWORK #define CONFIG_SPL_DRIVERS_MISC_SUPPORT #define CONFIG_SPL_BOARD_INIT #define CONFIG_SPL_TEXT_BASE 0x00008000 -- 2.7.4