X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=post%2Fdrivers%2Frtc.c;h=8b0f463b8034fc657af77d040e07ef7f79f6a78d;hb=6d0f6bcf337c5261c08fabe12982178c2c489d76;hp=66e52651673e2dec2c33463f7dcf52bdec927886;hpb=71edc271816ec82cf0550dd6980be2da3cc2ad9e;p=platform%2Fkernel%2Fu-boot.git diff --git a/post/drivers/rtc.c b/post/drivers/rtc.c index 66e5265..8b0f463 100644 --- a/post/drivers/rtc.c +++ b/post/drivers/rtc.c @@ -43,7 +43,7 @@ #include #include -#if CONFIG_POST & CFG_POST_RTC +#if CONFIG_POST & CONFIG_SYS_POST_RTC static int rtc_post_skip (ulong * diff) { @@ -192,4 +192,4 @@ int rtc_post_test (int flags) return 0; } -#endif /* CONFIG_POST & CFG_POST_RTC */ +#endif /* CONFIG_POST & CONFIG_SYS_POST_RTC */