summaryrefslogtreecommitdiff
path: root/arch/x86/lib/init_helpers.c
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2019-08-29 12:53:03 +0300
committerBin Meng <bmeng.cn@gmail.com>2019-09-10 09:19:39 +0300
commitd2860c0088cb8e0303547b2130dd237374e91fde (patch)
tree00beda7c305c8cc5f0cc5fa7f78212e0a2537fde /arch/x86/lib/init_helpers.c
parent03f78868aec3057b141d5e1866b8f8b6a7db778e (diff)
downloadu-boot-d2860c0088cb8e0303547b2130dd237374e91fde.tar.xz
x86: Drop weak version board_get_usable_ram_top()
Every x86 platform provides board_get_usable_ram_top(), hence there is no need to provide a weak version board_get_usable_ram_top(), not to mention there is another weak version board_get_usable_ram_top() in common/board_f.c. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Aiden Park <aiden.park@intel.com>
Diffstat (limited to 'arch/x86/lib/init_helpers.c')
-rw-r--r--arch/x86/lib/init_helpers.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/x86/lib/init_helpers.c b/arch/x86/lib/init_helpers.c
index 5e19f13720..4774a9bdb7 100644
--- a/arch/x86/lib/init_helpers.c
+++ b/arch/x86/lib/init_helpers.c
@@ -10,12 +10,6 @@
DECLARE_GLOBAL_DATA_PTR;
-/* Get the top of usable RAM */
-__weak ulong board_get_usable_ram_top(ulong total_size)
-{
- return gd->ram_size;
-}
-
int init_cache_f_r(void)
{
#if CONFIG_IS_ENABLED(X86_32BIT_INIT) && !defined(CONFIG_HAVE_FSP) && \