Rename uboot/datetime to dummy/datetime.

It's just a stub and is not UBoot-specific.
This commit is contained in:
Vladimir Serbinenko 2017-05-08 19:37:29 +02:00 committed by Vincent Batts
parent ff7416a848
commit 2f061fac71
2 changed files with 3 additions and 4 deletions

View file

@ -1606,7 +1606,7 @@ module = {
name = datetime;
cmos = lib/cmos_datetime.c;
efi = lib/efi/datetime.c;
uboot = lib/uboot/datetime.c;
uboot = lib/dummy/datetime.c;
sparc64_ieee1275 = lib/ieee1275/datetime.c;
powerpc_ieee1275 = lib/ieee1275/datetime.c;
sparc64_ieee1275 = lib/ieee1275/cmos.c;