
On Fri, Aug 30, 2019 at 4:46 AM Park, Aiden aiden.park@intel.com wrote:
-----Original Message----- From: Heinrich Schuchardt [mailto:xypron.glpk@gmx.de] Sent: Thursday, August 29, 2019 12:27 PM To: Bin Meng bmeng.cn@gmail.com; Simon Glass sjg@chromium.org; Park, Aiden aiden.park@intel.com; U-Boot Mailing List u-boot@lists.denx.de Subject: Re: [PATCH 1/4] x86: Drop weak version board_get_usable_ram_top()
On 8/29/19 11:53 AM, Bin Meng wrote:
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
applied to u-boot-x86, thanks!