bb39b8d99a
Update our copies of the brcm2708 patches to the latest rpi-3.10-y rebased against linux-3.10.y stable (3.10.32). This should hopefully make it easier for us in the future to leverage the raspberry/rpi-* branches. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 39770
21 lines
665 B
Diff
21 lines
665 B
Diff
From 84b32065ee2dd4e871c1b12ed45171477320a19f Mon Sep 17 00:00:00 2001
|
|
From: popcornmix <popcornmix@gmail.com>
|
|
Date: Fri, 10 Jan 2014 17:04:34 +0000
|
|
Subject: [PATCH 155/174] config: Remove CONFIG_RTC_HCTOSYS See:
|
|
https://github.com/raspberrypi/linux/issues/163
|
|
|
|
---
|
|
arch/arm/configs/bcmrpi_defconfig | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
--- a/arch/arm/configs/bcmrpi_defconfig
|
|
+++ b/arch/arm/configs/bcmrpi_defconfig
|
|
@@ -902,6 +902,7 @@ CONFIG_LEDS_TRIGGER_DEFAULT_ON=y
|
|
CONFIG_LEDS_TRIGGER_TRANSIENT=m
|
|
CONFIG_LEDS_TRIGGER_CAMERA=m
|
|
CONFIG_RTC_CLASS=y
|
|
+# CONFIG_RTC_HCTOSYS is not set
|
|
CONFIG_RTC_DRV_DS1307=m
|
|
CONFIG_RTC_DRV_DS1374=m
|
|
CONFIG_RTC_DRV_DS1672=m
|