UPSTREAM: pc80/mc146818rtc.h: Replace leftover macro token
Replace a token that is not used anymore. BUG=None BRANCH=None TEST=None Signed-off-by: Antonello Dettori <dev@dettori.io> Reviewed-on: https://review.coreboot.org/16240 Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Change-Id: I36fffd1b713ae46be972803279fc993254bb5806 Reviewed-on: https://chromium-review.googlesource.com/373030 Commit-Ready: Furquan Shaikh <furquan@chromium.org> Tested-by: Furquan Shaikh <furquan@chromium.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
bc8d47ebd4
commit
805ed37293
1 changed files with 0 additions and 2 deletions
|
|
@ -101,7 +101,6 @@
|
|||
#define PC_CKS_RANGE_END 45
|
||||
#define PC_CKS_LOC 46
|
||||
|
||||
#ifndef UTIL_BUILD_OPTION_TABLE
|
||||
static inline unsigned char cmos_read(unsigned char addr)
|
||||
{
|
||||
int offs = 0;
|
||||
|
|
@ -168,7 +167,6 @@ static inline void cmos_write32(u8 offset, u32 value)
|
|||
for (i = 0; i < sizeof(value); ++i)
|
||||
cmos_write((value >> (i << 3)) & 0xff, offset + i);
|
||||
}
|
||||
#endif
|
||||
|
||||
#if !defined(__ROMCC__)
|
||||
void cmos_init(bool invalid);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue