summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2017-05-30 00:03:33 (GMT)
committerTom Rini <trini@konsulko.com>2017-06-09 15:24:01 (GMT)
commit2bd3cab33525e107be1dc67f5172dd5eadb18d52 (patch)
treed74f225c401080bc7825ea8267791188b5b522ff /README
parent1a73bd842e5181ef82d59df0bf4770c6405deaa5 (diff)
downloadu-boot-2bd3cab33525e107be1dc67f5172dd5eadb18d52.tar.xz
rtc: ds1337: drop "SYS" from config variables
There is some inconsistency between uses of CONFIG_RTC_DS13xx and CONFIG_SYS_RTC_DS13xx. Address this by dropping the "SYS" from these variables. Signed-off-by: Chris Packham <judge.packham@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 075d919..a4a9c3b 100644
--- a/README
+++ b/README
@@ -1015,7 +1015,7 @@ The following options need to be configured:
CONFIG_RTC_DS164x - use Dallas DS164x RTC
CONFIG_RTC_ISL1208 - use Intersil ISL1208 RTC
CONFIG_RTC_MAX6900 - use Maxim, Inc. MAX6900 RTC
- CONFIG_SYS_RTC_DS1337_NOOSC - Turn off the OSC output for DS1337
+ CONFIG_RTC_DS1337_NOOSC - Turn off the OSC output for DS1337
CONFIG_SYS_RV3029_TCR - enable trickle charger on
RV3029 RTC.