diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2009-06-15 07:11:22 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2009-06-15 07:11:22 +0000 |
commit | 1e470c10f3af3503154c271dbd8ba6109a5c5fd0 (patch) | |
tree | a68e5385adabc1b7740c24e1a30e4fa8dfac822e /target/linux/sibyte/patches/104-sibyte_rtc_cleanup.patch | |
parent | 956c268381a5ac936fc8f7bf58d215e8c34c233b (diff) | |
download | mtk-20170518-1e470c10f3af3503154c271dbd8ba6109a5c5fd0.zip mtk-20170518-1e470c10f3af3503154c271dbd8ba6109a5c5fd0.tar.gz mtk-20170518-1e470c10f3af3503154c271dbd8ba6109a5c5fd0.tar.bz2 |
sibyte cleanups
SVN-Revision: 16470
Diffstat (limited to 'target/linux/sibyte/patches/104-sibyte_rtc_cleanup.patch')
-rw-r--r-- | target/linux/sibyte/patches/104-sibyte_rtc_cleanup.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/sibyte/patches/104-sibyte_rtc_cleanup.patch b/target/linux/sibyte/patches/104-sibyte_rtc_cleanup.patch index ca755f3..e4bd8bc 100644 --- a/target/linux/sibyte/patches/104-sibyte_rtc_cleanup.patch +++ b/target/linux/sibyte/patches/104-sibyte_rtc_cleanup.patch @@ -526,6 +526,6 @@ - if (m41t81_probe()) - swarm_rtc_type = RTC_M4LT81; - - printk("This kernel optimized for " - #ifdef CONFIG_SIMULATION - "simulation" + #ifdef CONFIG_VT + screen_info = (struct screen_info) { + 0, 0, /* orig-x, orig-y */ |