commit | cbf0ffea14c812a19b2eede887e3db1ccc425cd4 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun Oct 25 07:25:05 2020 +0100 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Tue Oct 27 21:13:15 2020 +0100 |
tree | 8c86f044000a484211e6c6f45f2d048ff4460837 | |
parent | 986c980c8250849d9394fdf377a3de75edb11888 [diff] |
Makefile: provide constant with seconds since epoch Provide a constant U_BOOT_EPOCH with the number of seconds since 1970-01-01. This constant can be used to initialize a software real time clock until it is updated via the 'sntp' command. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>