commit | 2b21598d13a5c3868075df318ff37ea4536baaa0 | [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 | f1b81fc0756d2f686873dc95a116a829d9c99bb9 [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>