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
parent 1daa716c70
commit 9808c3ef95
2 changed files with 3 additions and 4 deletions

View file

@ -1552,7 +1552,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;