From: Jaehoon Chung Date: Sun, 3 Mar 2019 23:30:09 +0000 (+0900) Subject: config: samsung: tizen_rpi: remove redefined configuratins X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=27384f888f1291b15a078c998c313e796d9db4d8;p=platform%2Fkernel%2Fu-boot.git 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 --- diff --git a/include/samsung/tizen_rpi.h b/include/samsung/tizen_rpi.h index c4f048bd6e..b864962a34 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.