
On 6 January 2015 at 07:15, Simon Glass sjg@chromium.org wrote:
On 5 January 2015 at 23:04, Bin Meng bmeng.cn@gmail.com wrote:
These two are not worth having separate inline functions as they are really simple, so drop them.
Also changed 'type' parameter of fsp_get_next_hob() from u16 to uint.
Suggested-by: Simon Glass sjg@chromium.org Signed-off-by: Bin Meng bmeng.cn@gmail.com
arch/x86/cpu/queensbay/fsp_support.c | 10 +++--- arch/x86/cpu/queensbay/tnc_dram.c | 4 +-- arch/x86/include/asm/arch-queensbay/fsp/fsp_hob.h | 36 ++-------------------- .../include/asm/arch-queensbay/fsp/fsp_support.h | 2 +- arch/x86/lib/cmd_hob.c | 6 ++-- 5 files changed, 14 insertions(+), 44 deletions(-)
Acked-by: Simon Glass sjg@chromium.org
Applied to u-boot-x86/next, thanks!