summaryrefslogtreecommitdiff
path: root/include/configs/UCP1020.h
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 /include/configs/UCP1020.h
parent1a73bd842e5181ef82d59df0bf4770c6405deaa5 (diff)
downloadu-boot-fsl-qoriq-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 'include/configs/UCP1020.h')
-rw-r--r--include/configs/UCP1020.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/UCP1020.h b/include/configs/UCP1020.h
index b2feccf..8579290 100644
--- a/include/configs/UCP1020.h
+++ b/include/configs/UCP1020.h
@@ -311,7 +311,7 @@
#define CONFIG_SYS_SPD_BUS_NUM 1 /* For rom_loc and flash bank */
#define CONFIG_RTC_DS1337
-#define CONFIG_SYS_RTC_DS1337_NOOSC
+#define CONFIG_RTC_DS1337_NOOSC
#define CONFIG_SYS_I2C_RTC_ADDR 0x68
#define CONFIG_SYS_I2C_PCA9557_ADDR 0x18
#define CONFIG_SYS_I2C_NCT72_ADDR 0x4C