From 1c646ce99a828a432c5d95fe19d7104457db829b Mon Sep 17 00:00:00 2001 From: Jaehoon Chung Date: Wed, 2 May 2018 20:16:24 +0900 Subject: [PATCH] configs: remove the duplicated configurations Remove the duplicated configurations. It needs to define the CONGIT_SYS_TEXT_BASE in configs/tizen_defconfig. Change-Id: I77137e03580020e211d3286fac8d8da6f82829b0 Signed-off-by: Jaehoon Chung --- configs/tizen_defconfig | 1 + include/configs/tizen.h | 6 ------ 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/configs/tizen_defconfig b/configs/tizen_defconfig index 8a8b43d511..002cdcddbb 100644 --- a/configs/tizen_defconfig +++ b/configs/tizen_defconfig @@ -8,6 +8,7 @@ CONFIG_FIT=y CONFIG_FIT_VERBOSE=y CONFIG_SYS_CONSOLE_IS_IN_ENV=y CONFIG_SYS_CONSOLE_INFO_QUIET=y +CONFIG_SYS_TEXT_BASE=0x43e00000 CONFIG_HUSH_PARSER=y CONFIG_DEFAULT_DEVICE_TREE="exynos4412-odroid" # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set diff --git a/include/configs/tizen.h b/include/configs/tizen.h index 594894012b..b710e9c370 100644 --- a/include/configs/tizen.h +++ b/include/configs/tizen.h @@ -33,8 +33,6 @@ #define SDRAM_BANK_SIZE (256 << 20) /* 256 MB */ #define CONFIG_SYS_LOAD_ADDR (CONFIG_SYS_SDRAM_BASE + 0x3E00000) -#define CONFIG_SYS_TEXT_BASE 0x43e00000 - /* set serial baudrate */ #define CONFIG_BAUDRATE 115200 @@ -52,7 +50,6 @@ #define CONFIG_SYS_MONITOR_BASE 0x00000000 -#define CONFIG_ENV_IS_IN_MMC #define CONFIG_SYS_MMC_ENV_DEV CONFIG_MMC_DEFAULT_DEV #define CONFIG_ENV_SIZE (SZ_1K * 16) #define CONFIG_ENV_OFFSET (SZ_1K * 3136) @@ -80,9 +77,6 @@ "consoleon=run checkboard; saveenv; reset\0" \ "consoleoff=set console console=ram; saveenv; reset\0" -/* GPT */ -#define CONFIG_RANDOM_UUID - /* Security subsystem - enable hw_rand() */ #define CONFIG_EXYNOS_ACE_SHA #define CONFIG_LIB_HW_RAND -- 2.34.1