diff options
Diffstat (limited to 'src/soc/intel/common/basecode/ramtop')
-rw-r--r-- | src/soc/intel/common/basecode/ramtop/ramtop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/common/basecode/ramtop/ramtop.c b/src/soc/intel/common/basecode/ramtop/ramtop.c index 83af44dbaa..90717e0025 100644 --- a/src/soc/intel/common/basecode/ramtop/ramtop.c +++ b/src/soc/intel/common/basecode/ramtop/ramtop.c @@ -104,7 +104,7 @@ void update_ramtop(uint32_t addr) printk(BIOS_DEBUG, "Updated the RAMTOP address into CMOS 0x%x\n", ramtop.addr); } -static uint32_t get_ramtop_addr(void) +uint32_t get_ramtop_addr(void) { struct ramtop_table ramtop; |