commit | 949dbc12db8ba628004ac70359ca0e0edf98432e | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Tue Dec 30 16:02:05 2014 +0800 |
committer | Simon Glass <sjg@chromium.org> | Mon Jan 12 17:03:41 2015 -0800 |
tree | 1557be2bed61a765a125fab614f74ebdf4afc978 | |
parent | 8f9052fd98e2e97e33b0e5ccf57f028e595abb5d [diff] |
x86: Simplify the fsp hob access functions Remove the troublesome union hob_pointers so that some annoying casts are no longer needed in those hob access routines. This also improves the readability. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>