Rename uboot/datetime to dummy/datetime.
It's just a stub and is not UBoot-specific.
This commit is contained in:
parent
ff7416a848
commit
2f061fac71
2 changed files with 3 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue