configs: remove the duplicated configurations
authorJaehoon Chung <jh80.chung@samsung.com>
Wed, 2 May 2018 11:16:24 +0000 (20:16 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Tue, 20 Oct 2020 06:13:46 +0000 (15:13 +0900)
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 <jh80.chung@samsung.com>
configs/tizen_defconfig
include/configs/tizen.h

index 8a8b43d..002cdcd 100644 (file)
@@ -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
index 5948940..b710e9c 100644 (file)
@@ -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