aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2013-06-23 20:03:50 +0300
committerKyösti Mälkki <kyosti.malkki@gmail.com>2013-09-11 07:22:00 +0200
commit0fbbff48bfc4543ebf2b778d3ed557aae58676da (patch)
treea5c7dd1d6eb2f63ee911cb961511eb985c76c6e8 /src/include
parent625f103ae8c794c92e403f8749f0442d66966cab (diff)
CBMEM: Rename high_tables variables and make them static
Old name was too much x86. All external references have been removed. Change-Id: I982b9abfcee57a7ea421c245dadb84342949efae Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/3906 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@google.com>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/cbmem.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/cbmem.h b/src/include/cbmem.h
index 83ccd1b695..b3d3fff281 100644
--- a/src/include/cbmem.h
+++ b/src/include/cbmem.h
@@ -130,7 +130,6 @@ u64 cbmem_entry_size(const struct cbmem_entry *entry);
#else /* !CONFIG_DYNAMIC_CBMEM */
#ifndef __PRE_RAM__
-extern uint64_t high_tables_base, high_tables_size;
void set_top_of_ram(uint64_t ramtop);
void backup_top_of_ram(uint64_t ramtop);
void cbmem_late_set_table(uint64_t base, uint64_t size);