]> git.dujemihanovic.xyz Git - u-boot.git/commit
x86: Drop weak version board_get_usable_ram_top()
authorBin Meng <bmeng.cn@gmail.com>
Thu, 29 Aug 2019 09:53:03 +0000 (02:53 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Tue, 10 Sep 2019 06:19:39 +0000 (14:19 +0800)
commitd2860c0088cb8e0303547b2130dd237374e91fde
tree00beda7c305c8cc5f0cc5fa7f78212e0a2537fde
parent03f78868aec3057b141d5e1866b8f8b6a7db778e
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>
arch/x86/lib/init_helpers.c