X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=common%2Fcmd_date.c;h=751159847a487da0fd3c034d355417eed03ca646;hb=refs%2Fheads%2Flwmon5;hp=4a42534900a78c90ee6945874e437afa24ba5258;hpb=902531788376046da212afd1661cffb62f3daa1c;p=u-boot diff --git a/common/cmd_date.c b/common/cmd_date.c index 4a42534900..751159847a 100644 --- a/common/cmd_date.c +++ b/common/cmd_date.c @@ -31,8 +31,6 @@ DECLARE_GLOBAL_DATA_PTR; -#if defined(CONFIG_CMD_DATE) - const char *weekdays[] = { "Sun", "Mon", "Tues", "Wednes", "Thurs", "Fri", "Satur", }; @@ -210,5 +208,3 @@ U_BOOT_CMD( " - with numeric argument: set the system date & time\n" " - with 'reset' argument: reset the RTC\n" ); - -#endif