commit | b2439aecd3091e754d3dc3f8be422fee74180295 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Tue Jan 06 14:04:36 2015 +0800 |
committer | Simon Glass <sjg@chromium.org> | Tue Jan 13 07:25:02 2015 -0800 |
tree | ab18ede5630a831ee8561bee593b6b46e7f69cb0 | |
parent | cb3b2e62caa7b87ed727d690c5a8bd1e003ab601 [diff] |
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>