From 27384f888f1291b15a078c998c313e796d9db4d8 Mon Sep 17 00:00:00 2001 From: Jaehoon Chung Date: Mon, 4 Mar 2019 08:30:09 +0900 Subject: [PATCH] config: samsung: tizen_rpi: remove redefined configuratins Remove redefined configurations. It was already defined in rpi header. Change-Id: I3a5fc90b5f8176ab723dfce53a9c67e0cceab18b Signed-off-by: Jaehoon Chung --- include/samsung/tizen_rpi.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/samsung/tizen_rpi.h b/include/samsung/tizen_rpi.h index c4f048b..b864962 100644 --- a/include/samsung/tizen_rpi.h +++ b/include/samsung/tizen_rpi.h @@ -11,9 +11,6 @@ /* SPL */ #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 #define CONFIG_SPL_MAX_SIZE 0x00030000 #define CONFIG_SPL_BSS_START_ADDR 0x00380000 @@ -45,7 +42,6 @@ /* NFSDOWN */ #define CONFIG_IP_DEFRAG -#define CONFIG_NFS_READ_SIZE 65536 /* # Tizen kernel image is over than 16MB, it will be overlapped with other address. -- 2.7.4