diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/northbridge/via/vx900/early_vx900.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/northbridge/via/vx900/early_vx900.c b/src/northbridge/via/vx900/early_vx900.c index 54a30af6bb..126094101c 100644 --- a/src/northbridge/via/vx900/early_vx900.c +++ b/src/northbridge/via/vx900/early_vx900.c @@ -18,12 +18,6 @@ #include <arch/io.h> #include <console/console.h> -uintptr_t restore_top_of_low_cacheable(void) -{ - u8 reg_tom = pci_read_config8(MCU, 0x88); - return (reg_tom << 24) - 256 * MiB; -} - /** * \brief Enable accessing of PCI configuration space for all devices. * |