X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=sidebyside;f=post%2Fdrivers%2Frtc.c;h=8b0f463b8034fc657af77d040e07ef7f79f6a78d;hb=1bf43b829eae86e70895fb90f0b3a102dfc7ba2c;hp=66e52651673e2dec2c33463f7dcf52bdec927886;hpb=1d907e66fdd5d2f192a9f4fad6812ff0d0e9683a;p=oweals%2Fu-boot.git diff --git a/post/drivers/rtc.c b/post/drivers/rtc.c index 66e5265167..8b0f463b80 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 */