From b5d288b3b7cc9b4ed8f1df919d7d58ffc48c1e84 Mon Sep 17 00:00:00 2001 From: Heesub Shin Date: Mon, 3 Apr 2017 12:55:18 +0900 Subject: [PATCH] sidk_s5jt200: remove RTC related configurations Now that CONFIG_S5J_RTC_* have been removed, defconfig in SIDK S5JT200 also should be cleaned up. Change-Id: Ibb0a4057331511af1e4b9bd1a826e980d5c3ad2b Signed-off-by: Heesub Shin --- build/configs/sidk_s5jt200/hello_with_tash/defconfig | 10 ---------- build/configs/sidk_s5jt200/kernel_sample/defconfig | 10 ---------- build/configs/sidk_s5jt200/sidk_tash_wlan/defconfig | 10 ---------- build/configs/sidk_s5jt200/tc/defconfig | 10 ---------- 4 files changed, 40 deletions(-) diff --git a/build/configs/sidk_s5jt200/hello_with_tash/defconfig b/build/configs/sidk_s5jt200/hello_with_tash/defconfig index deccdf4..52d9fd7 100644 --- a/build/configs/sidk_s5jt200/hello_with_tash/defconfig +++ b/build/configs/sidk_s5jt200/hello_with_tash/defconfig @@ -171,16 +171,6 @@ CONFIG_UARTDBG_SERIAL_CONSOLE=y # CONFIG_S5J_WATCHDOG is not set # -# S5J RTC(Real Time Clock) -# -CONFIG_S5J_RTC=y -CONFIG_START_YEAR=2016 -CONFIG_START_MONTH=8 -CONFIG_START_DAY=11 -CONFIG_GREGORIAN_TIME=y -CONFIG_RTC_BASE_YEAR=1900 - -# # S5J TICK COUNTER # # CONFIG_S5J_TICK_COUNTER is not set diff --git a/build/configs/sidk_s5jt200/kernel_sample/defconfig b/build/configs/sidk_s5jt200/kernel_sample/defconfig index 23e915a..40b9450 100644 --- a/build/configs/sidk_s5jt200/kernel_sample/defconfig +++ b/build/configs/sidk_s5jt200/kernel_sample/defconfig @@ -171,16 +171,6 @@ CONFIG_UARTDBG_SERIAL_CONSOLE=y # CONFIG_S5J_WATCHDOG is not set # -# S5J RTC(Real Time Clock) -# -CONFIG_S5J_RTC=y -CONFIG_START_YEAR=2016 -CONFIG_START_MONTH=8 -CONFIG_START_DAY=11 -CONFIG_GREGORIAN_TIME=y -CONFIG_RTC_BASE_YEAR=1900 - -# # S5J TICK COUNTER # # CONFIG_S5J_TICK_COUNTER is not set diff --git a/build/configs/sidk_s5jt200/sidk_tash_wlan/defconfig b/build/configs/sidk_s5jt200/sidk_tash_wlan/defconfig index ed0b798..1fdff47 100755 --- a/build/configs/sidk_s5jt200/sidk_tash_wlan/defconfig +++ b/build/configs/sidk_s5jt200/sidk_tash_wlan/defconfig @@ -174,16 +174,6 @@ CONFIG_S5J_SSS=y # CONFIG_S5J_WATCHDOG is not set # -# S5J RTC(Real Time Clock) -# -CONFIG_S5J_RTC=y -CONFIG_START_YEAR=2016 -CONFIG_START_MONTH=8 -CONFIG_START_DAY=11 -CONFIG_GREGORIAN_TIME=y -CONFIG_RTC_BASE_YEAR=1900 - -# # S5J TICK COUNTER # # CONFIG_S5J_TICK_COUNTER is not set diff --git a/build/configs/sidk_s5jt200/tc/defconfig b/build/configs/sidk_s5jt200/tc/defconfig index 232ec63..247219f 100644 --- a/build/configs/sidk_s5jt200/tc/defconfig +++ b/build/configs/sidk_s5jt200/tc/defconfig @@ -171,16 +171,6 @@ CONFIG_S5J_SPI=y # CONFIG_S5J_WATCHDOG is not set # -# S5J RTC(Real Time Clock) -# -CONFIG_S5J_RTC=y -CONFIG_START_YEAR=2016 -CONFIG_START_MONTH=8 -CONFIG_START_DAY=11 -CONFIG_GREGORIAN_TIME=y -CONFIG_RTC_BASE_YEAR=1900 - -# # S5J TICK COUNTER # # CONFIG_S5J_TICK_COUNTER is not set -- 2.7.4