commit | 82196cf34f20c1aeb3f5d3d091b7edfdff37aaad | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jan 27 22:13:37 2015 -0700 |
committer | Simon Glass <sjg@chromium.org> | Thu Feb 05 22:16:43 2015 -0700 |
tree | ba876699a29a5130d57d32d293642dff6dd95a3b | |
parent | 1021af4ded2d0961a4ba2ba89851719b098a98b6 [diff] |
x86: Adjust the FSP types slightly To avoid casts, find_fsp_header() should return a pointer. Add asmlinkage to two API functions which use that convention. UPD_TERMINATOR is common so move it into a common file. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Tested-by: Bin Meng <bmeng.cn@gmail.com>