STM32: RTC: add dependency of module "proc"
authorarighi <arighi@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 7 Feb 2011 10:50:43 +0000 (10:50 +0000)
committerarighi <arighi@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 7 Feb 2011 10:50:43 +0000 (10:50 +0000)
commitabfc101345b4d65ed18df65f39f02e3c8e78a299
treecc2538b8e97f74c515ada4c9626c9e245ed5aaa2
parentfde92710afb75118bda5d9fb622d12f57a2656da
STM32: RTC: add dependency of module "proc"

The RTC driver makes use of cpu_relax(). Be sure the proc module has
been properly initialized before starting the RTC when CONFIG_KERN is
enabled.

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4683 38d2e660-2303-0410-9eaa-f027e97ec537
bertos/cpu/cortex-m3/drv/rtc_stm32.c