aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/via/vx900/early_vx900.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/northbridge/via/vx900/early_vx900.c')
-rw-r--r--src/northbridge/via/vx900/early_vx900.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/northbridge/via/vx900/early_vx900.c b/src/northbridge/via/vx900/early_vx900.c
index 2439c8db4c..2896680b32 100644
--- a/src/northbridge/via/vx900/early_vx900.c
+++ b/src/northbridge/via/vx900/early_vx900.c
@@ -27,11 +27,6 @@ unsigned long get_top_of_ram(void)
return (((unsigned long)reg_tom) << 24) - (256 << 20);
}
-struct cbmem_entry *get_cbmem_toc(void)
-{
- return (struct cbmem_entry *)(get_top_of_ram() - HIGH_MEMORY_SIZE);
-}
-
/**
* \brief Enable accessing of PCI configuration space for all devices.
*