]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: fsp: Drop get_hob_type() and get_hob_length()
authorBin Meng <bmeng.cn@gmail.com>
Tue, 6 Jan 2015 06:04:36 +0000 (14:04 +0800)
committerSimon Glass <sjg@chromium.org>
Tue, 13 Jan 2015 15:25:02 +0000 (07:25 -0800)
commitb2439aecd3091e754d3dc3f8be422fee74180295
treeab18ede5630a831ee8561bee593b6b46e7f69cb0
parentcb3b2e62caa7b87ed727d690c5a8bd1e003ab601
x86: fsp: Drop get_hob_type() and get_hob_length()

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>
Acked-by: Simon Glass <sjg@chromium.org>
arch/x86/cpu/queensbay/fsp_support.c
arch/x86/cpu/queensbay/tnc_dram.c
arch/x86/include/asm/arch-queensbay/fsp/fsp_hob.h
arch/x86/include/asm/arch-queensbay/fsp/fsp_support.h
arch/x86/lib/cmd_hob.c